Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedToLoadEnvironmentVariablesError ¶ added in v0.0.6
type FailedToLoadEnvironmentVariablesError struct {
Err error
}
func (FailedToLoadEnvironmentVariablesError) Error ¶ added in v0.0.6
func (l FailedToLoadEnvironmentVariablesError) Error() (message string)
Error returns a formatted error message for FailedToLoadEnvironmentVariablesError
type VariableNotFoundError ¶
type VariableNotFoundError struct {
VariableName 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.