Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( R = shell.R InvalidUpdateError = shell.InvalidUpdateError )
Functions ¶
This section is empty.
Types ¶
type GlobalSettingsValue ¶
type GlobalSettingsValue struct { SetupKeys []string `json:"setupKeys"` SetupKeysVersion string `json:"setupKeysVersion"` SetupOneStackInitialized bool `json:"setupOneStackInitialized"` ProductVersion string `json:"productVersion"` UserDefinedKeys map[string]bool `json:"userDefinedKeys"` }
func NewGlobalSettingsValue ¶
func NewGlobalSettingsValue(setupKeys []string, setupOneStack bool) *GlobalSettingsValue
func (*GlobalSettingsValue) Switch ¶
func (g *GlobalSettingsValue) Switch(featureKey string, on bool)
Click to show internal directories.
Click to hide internal directories.