Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultLocation ¶
func DefaultLocation() string
DefaultLocation returns the standard location for the configuration file
Types ¶
type Config ¶
type Config struct { Namespace string `mapstructure:"namespace"` User string `mapstructure:"user"` Password string `mapstructure:"pass"` API string `mapstructure:"api"` WSS string `mapstructure:"wss"` Certs string `mapstructure:"certs"` Colors bool `mapstructure:"colors"` Location string // Origin of data, file which was loaded // contains filtered or unexported fields }
Config represents a epinio config
Click to show internal directories.
Click to hide internal directories.