Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StrictEval ¶
StrictEval is similar to Eval of github.com/drone/envsubst, but returns an error when a variable is missing.
func StrictEvalEnv ¶
StrictEvalEnv is similar to EvalEnv of github.com/drone/envsubst, but returns an error when a variable is missing.
Types ¶
type MissingVariableError ¶
type MissingVariableError struct {
Variable string
}
func (MissingVariableError) Error ¶
func (m MissingVariableError) Error() string
Click to show internal directories.
Click to hide internal directories.