Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveConfig ¶ added in v0.2.0
SaveConfig function is used to save configuration file
Types ¶
type Config ¶
type Config struct {
Endpoint string `json:"endpoint"`
Insecure bool `json:"insecure"`
Auth auth.Config `json:"auth"`
Libraries []string `json:"libraries"`
Resources []string `json:"resources"`
}
Config is the default configuration for the app
func LoadConfig ¶
LoadConfig function is used to load configuration from file
Click to show internal directories.
Click to hide internal directories.