1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-10 14:48:12 -04:00
V2bX/conf/core.go

8 lines
167 B
Go
Raw Normal View History

package conf
type CoreConfig struct {
Type string `yaml:"Type"`
2023-07-12 13:19:13 -04:00
XrayConfig *XrayConfig `yaml:"XrayConfig"`
2023-07-29 06:47:47 -04:00
SingConfig *SingConfig `yaml:"SingConfig"`
}