Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppConfig ¶
type AppConfig struct {
OciConfig OciConfig `json:"oci"`
Zone string `json:"zone"`
Host string `json:"host"`
Hosts []string `json:"hosts"`
Username string `json:"username"`
Password string `json:"password"`
}
func LoadAppConfig ¶
Click to show internal directories.
Click to hide internal directories.