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 = "" ConfigLocation = "local" )
View Source
const ( SecretEntrypoint = ".hofshh.cue" SecretWorkpath = "" SecretLocation = "local" )
Variables ¶
This section is empty.
Functions ¶
func LoadConfigConfig ¶
func LoadConfigDefault ¶
func LoadSecretConfig ¶
func LoadSecretDefault ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.