Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadingEnvironmentVariablesError ¶
type LoadingEnvironmentVariablesError struct {
Err error
}
func (LoadingEnvironmentVariablesError) Error ¶
func (l LoadingEnvironmentVariablesError) Error() (message string)
Error returns a formatted error message for LoadingEnvironmentVariablesError
type VariableNotFoundError ¶
type VariableNotFoundError struct {
Variable string
}
func (VariableNotFoundError) Error ¶
func (l VariableNotFoundError) Error() (message string)
Error returns a formatted error message for VariableNotFoundError
Click to show internal directories.
Click to hide internal directories.