mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 23:09:10 +08:00
8 lines
180 B
Go
8 lines
180 B
Go
package configs
|
|
|
|
type ServerConfig struct {
|
|
BaseDir string `mapstructure:"base_dir"`
|
|
System System `mapstructure:"system"`
|
|
LogConfig LogConfig `mapstructure:"log"`
|
|
}
|