1Panel/core/configs/config.go

7 lines
133 B
Go
Raw Normal View History

2024-07-19 19:04:11 +08:00
package configs
type ServerConfig struct {
System System `mapstructure:"system"`
LogConfig LogConfig `mapstructure:"log"`
}