Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeJsonConversionFuncMap ¶
func MakeJsonConversionFuncMap() map[string]interface{}
Types ¶
type BuildObjectStackFunc ¶
type Field ¶
func WrapPointer ¶
type GetConfigFunc ¶
func MakeGetConfigFunc ¶
func MakeGetConfigFunc(varStack map[string]string) GetConfigFunc
type Stage ¶
type Stage int
const ( // RESOLUTION STAGE ↓ VALUES AVAILABLE ↓ STAGE0 Stage = iota // parent stack only + locals STAGE1 // parent stack + defaults + locals STAGE2 // parent stack + defaults + vars + locals STAGE3 // parent stack + defaults + vars + uservars + locals STAGE4 // parent stack + defaults + vars + uservars + locals + full self-object = full stack )
type VarStack ¶
type VarStack struct { Locals map[string]string Defaults *gera.StringWrapMap Vars *gera.StringWrapMap UserVars *gera.StringWrapMap }
Click to show internal directories.
Click to hide internal directories.