feat: add enabled/disabled field to environment model #169

This commit is contained in:
Jacky 2024-05-07 16:31:47 +08:00
parent cc5d2be1bd
commit b429c15893
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
17 changed files with 250 additions and 240 deletions

5
settings/cluster.go Normal file
View file

@ -0,0 +1,5 @@
package settings
type Cluster struct {
Node []string `ini:",,allowshadow"`
}