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"` Password string `json:"password"` AppKey string `json:"api_key"` CertFile string `json:"ssl_cert"` KeyFile string `json:"ssl_key"` Locale string }
Config holds login data
func LoadConfig ¶
LoadConfig loads a specified config.json file.
Click to show internal directories.
Click to hide internal directories.