experimental.go 216 B

1234567
  1. package option
  2. type ExperimentalOptions struct {
  3. ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
  4. V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
  5. Debug *DebugOptions `json:"debug,omitempty"`
  6. }