Documentation
¶
Index ¶
- func EnsurePrefix(data map[string]interface{}) map[string]interface{}
- func Exists(path string, data map[string]interface{}) bool
- func Render(inputVal string, data map[string]interface{}) (string, error)
- func RenderMap(obj any, data map[string]any) error
- func RenderString(inputVal string, intermediateData *structpb.Struct) (string, error)
- func RenderStruct(obj any, data map[string]any) error
- func RenderV2(inputVal string, data map[string]interface{}) (string, error)
- func RenderVar(v Var, data map[string]interface{}) (string, error)
- func RenderWithWarnings(inputVal string, data map[string]interface{}) (string, []error, error)
- type RenderErr
- type Var
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsurePrefix ¶
func Render ¶
This method is being deprecated, in favor of the more thorough render methods we have introduced
func RenderString ¶
func RenderStruct ¶
want to write a type that can walk an object recursively and any field that has a struct
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.