Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VariableNotFoundError ¶
type VariableNotFoundError struct {
Key string
}
VariableNotFoundError is the error type for when a variable is not found in the environment
func (VariableNotFoundError) Error ¶
func (e VariableNotFoundError) Error() string
Error returns the error message
Click to show internal directories.
Click to hide internal directories.