Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchConfig ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func NewConfig ¶
func NewConfig(sourceInterface SourceConfig) *Config
func (*Config) AvailableTypes ¶
type ConfigurationNotInitializedError ¶
type ConfigurationNotInitializedError struct {
}
MARK: - ConfigNotInitializedError
func (ConfigurationNotInitializedError) Error ¶
func (e ConfigurationNotInitializedError) Error() string
func (ConfigurationNotInitializedError) TroubleshootingTip ¶ added in v0.2.16
func (e ConfigurationNotInitializedError) TroubleshootingTip() string
type MissingConfigValueError ¶
type MissingConfigValueError struct {
Key string
}
MARK: - MissingConfigValueError
func (MissingConfigValueError) Error ¶
func (e MissingConfigValueError) Error() string
type SourceConfig ¶
type UnsupportedConfigTypeError ¶
MARK: - UnsupportedConfigTypeError
func (UnsupportedConfigTypeError) Error ¶
func (e UnsupportedConfigTypeError) Error() string
func (UnsupportedConfigTypeError) TroubleshootingTip ¶ added in v0.2.16
func (e UnsupportedConfigTypeError) TroubleshootingTip() string
type UnsupportedValueForConversionError ¶
MARK: - UnsupportedValueForConversionError
func (UnsupportedValueForConversionError) Error ¶
func (e UnsupportedValueForConversionError) Error() string
Click to show internal directories.
Click to hide internal directories.