mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
refactor: migrate to new cosy
This commit is contained in:
parent
6082aef5d5
commit
33a996e777
111 changed files with 1163 additions and 1772 deletions
7
settings/terminal.go
Normal file
7
settings/terminal.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package settings
|
||||
|
||||
type Terminal struct {
|
||||
StartCmd string `json:"start_cmd" protected:"true"`
|
||||
}
|
||||
|
||||
var TerminalSettings = &Terminal{}
|
Loading…
Add table
Add a link
Reference in a new issue