cluster.go 79 B

12345
  1. package settings
  2. type Cluster struct {
  3. Node []string `ini:",,allowshadow"`
  4. }