mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 18:08:14 -05:00
8 lines
167 B
Go
8 lines
167 B
Go
package conf
|
|
|
|
type CoreConfig struct {
|
|
Type string `yaml:"Type"`
|
|
XrayConfig *XrayConfig `yaml:"XrayConfig"`
|
|
SingConfig *SingConfig `yaml:"SingConfig"`
|
|
}
|