Documentation ¶
Overview ¶
Package config provides access to fsoc configuration, both to obtain the current configuration and to incrementally or fully modify the configuration. The fsoc configuration has two dimension: a config file and a context within the config file. Each config file contains one or more contexts plus a setting indicating which of them is the current one.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthMethodsStringList ¶
func GetAuthMethodsStringList() []string
GetAuthMethodsStringList returns the list of authentication methods as strings (for join, etc.)
Types ¶
type AuthFieldConfig ¶ added in v0.47.0
type AuthFieldConfig int8
const ( ClearField AuthFieldConfig = 0 AllowField AuthFieldConfig = 1 )
type AuthFieldConfigRow ¶ added in v0.47.0
type AuthFieldConfigRow map[string]AuthFieldConfig
Click to show internal directories.
Click to hide internal directories.