Documentation
¶
Overview ¶
Package config holds all specified configuration information aggregated from all possible inputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Username string
Password string
Environments map[string]Environment
Port int
}
Config is a representation of a config yaml. It can contain multiple Environments.
Click to show internal directories.
Click to hide internal directories.