Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Username string `json:"username"` ApiKey string `json:"api_key"` ApiEndpoint string `json:"api_endpoint"` DisableOsReload bool `json:"disable_os_reload"` PublicKey string `json:"ssh_public_key"` PublicKeyFingerPrint string `json:"ssh_public_key_fingerprint"` EnableVps bool `json:"enable_vps"` Trace bool `json:"trace"` VpsHost string `json:"vps_host"` VpsPort int `json:"vps_port"` SwiftUsername string `json:"swift_username"` SwiftEndpoint string `json:"swift_endpoint"` }
Click to show internal directories.
Click to hide internal directories.