Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigIOError ¶
ConfigIOError represents error associated with IO interaction.
func (ConfigIOError) Error ¶
func (cie ConfigIOError) Error() string
type ConfigNotFound ¶
ConfigNotFound returns when the specified config File is missing.
func (ConfigNotFound) Error ¶
func (cnf ConfigNotFound) Error() string
type ConfigParsingError ¶
ConfigParsingError represents error associated with YAML parsing.
func (ConfigParsingError) Error ¶
func (cpe ConfigParsingError) Error() string
type KeyNotFoundError ¶
type KeyNotFoundError struct {
Key string
}
ParamNotFoundError represents an error when a desire key doesn't exist.
func (KeyNotFoundError) Error ¶
func (knfe KeyNotFoundError) Error() string
type TemplateParsingError ¶
TemplateParsingError represents a template parsing error.
func (TemplateParsingError) Error ¶
func (tpe TemplateParsingError) Error() string
Click to show internal directories.
Click to hide internal directories.