1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-10 06:38:13 -04:00
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"`
}