Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(dst interface{}) error
Load config to `dst` struct pointer from shell env variables and docker secrets.
func LoadEnv ¶
func LoadEnv(dst interface{}) error
LoadEnv load config to `dst` struct pointer from shell env variables only
func LoadEnvAndDockerSecret ¶
func LoadEnvAndDockerSecret(dst interface{}) error
LoadEnvAndDockerSecret load config to `dst` struct pointer from shell env variables and docker secrets.
func LoadEnvAndKubernetesSecret ¶
func LoadEnvAndKubernetesSecret(dst interface{}) error
LoadEnvAndKubernetesSecret load config to `dst` struct pointer from shell env variables and kubernetes secrets.
func LoadEnvAndSecret ¶
LoadEnvAndSecret load config to `dst` struct pointer from shell env variables and container secrets.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.