mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
7 lines
101 B
Go
7 lines
101 B
Go
|
package conf
|
||
|
|
||
|
type LogConfig struct {
|
||
|
Level string `json:"Level"`
|
||
|
Output string `json:"Output"`
|
||
|
}
|