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]s.Environment Port int ErrorMatchers []interfaces.ErrorMatcher }
Config is a representation of a config yaml. It can contain multiple Environments.
type EnvironmentsNotSpecifiedError ¶ added in v0.6.0
type EnvironmentsNotSpecifiedError struct{}
func (EnvironmentsNotSpecifiedError) Error ¶ added in v0.6.0
func (e EnvironmentsNotSpecifiedError) Error() string
type MissingParameterError ¶ added in v0.6.0
type MissingParameterError struct{}
func (MissingParameterError) Error ¶ added in v0.6.0
func (e MissingParameterError) Error() string
type ParseYamlError ¶ added in v0.6.0
type ParseYamlError struct {
Err error
}
func (ParseYamlError) Error ¶ added in v0.6.0
func (e ParseYamlError) Error() string
Click to show internal directories.
Click to hide internal directories.