fix: add UserManager field to ExperimentalOptions
This commit is contained in:
parent
a3404e463f
commit
d2707dc283
1 changed files with 5 additions and 4 deletions
|
|
@ -3,10 +3,11 @@ package option
|
|||
import "github.com/sagernet/sing/common/json/badoption"
|
||||
|
||||
type ExperimentalOptions struct {
|
||||
CacheFile *CacheFileOptions `json:"cache_file,omitempty"`
|
||||
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
||||
V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
|
||||
Debug *DebugOptions `json:"debug,omitempty"`
|
||||
CacheFile *CacheFileOptions `json:"cache_file,omitempty"`
|
||||
ClashAPI *ClashAPIOptions `json:"clash_api,omitempty"`
|
||||
V2RayAPI *V2RayAPIOptions `json:"v2ray_api,omitempty"`
|
||||
Debug *DebugOptions `json:"debug,omitempty"`
|
||||
UserManager *UserManagerOptions `json:"user_manager,omitempty"`
|
||||
}
|
||||
|
||||
type CacheFileOptions struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue