Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigVersionV2 = "2.0" ConfigVersionV21 = "2.1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigData ¶
type ConfigData struct {
AuthDataVersion string `json:"auth_data_version"`
LastUpdate time.Time `json:"last_update"`
AuthConfigPerHost json.RawMessage `json:"auth_config_data"`
}
func NewConfigData ¶
func NewConfigData() *ConfigData
type ConfigPerHostV2 ¶
type ConfigPerHostV2 map[string]CredentialsData
type CredentialsData ¶
Click to show internal directories.
Click to hide internal directories.