nginx-ui/settings/cluster.go

5 lines
79 B
Go

package settings
type Cluster struct {
Node []string `ini:",,allowshadow"`
}