Documentation ¶
Index ¶
- Constants
- func LoadConfigConfig(workpath, entrypoint string, cfg interface{}) (val cue.Value, err error)
- func LoadConfigDefault(cfg interface{}) (cue.Value, error)
- func LoadSecretConfig(workpath, entrypoint string, cfg interface{}) (val cue.Value, err error)
- func LoadSecretDefault(cfg interface{}) (cue.Value, error)
Constants ¶
View Source
const ( ConfigEntrypoint = ".hofcfg.cue" ConfigWorkpath = "" )
View Source
const ( SecretEntrypoint = ".hofshh.cue" SecretWorkpath = "" )
Variables ¶
This section is empty.
Functions ¶
func LoadConfigConfig ¶
func LoadConfigDefault ¶
func LoadSecretConfig ¶ added in v0.5.0
func LoadSecretDefault ¶ added in v0.5.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.