Documentation
¶
Overview ¶
Package resolve turns a config.Entry into its concrete string value by reading from value, env, or file as the entry directs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvError ¶
EnvError reports an env-sourced entry whose env var is unset at the point the resolver was asked for the value.
Name is the entry's name (e.g., the secret/var name from YAML); Var is the env var name the entry pointed at. Both are included so callers can produce actionable error messages without re-wrapping.
Click to show internal directories.
Click to hide internal directories.