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"`
}