V2bX/conf/log.go
2023-08-20 15:13:52 +08:00

7 lines
101 B
Go

package conf
type LogConfig struct {
Level string `json:"Level"`
Output string `json:"Output"`
}