V2bX/conf/log.go

7 lines
101 B
Go
Raw Normal View History

2023-08-20 03:13:52 -04:00
package conf
type LogConfig struct {
Level string `json:"Level"`
Output string `json:"Output"`
}