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