1Panel/agent/configs/config.go

7 lines
133 B
Go
Raw Normal View History

2024-07-23 14:48:37 +08:00
package configs
type ServerConfig struct {
System System `mapstructure:"system"`
LogConfig LogConfig `mapstructure:"log"`
}