Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
Context contain the template context used during conversion. Holds template variables and data.
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine is a reusable instance with a configured set of patch templates
func NewDefaultEngine ¶
func NewDefaultEngine() *Engine
NewDefaultEngine returns a new Engine with a predefined templates
type JSON ¶
type JSON map[string]interface{}
JSON is a parsed json structure with helper functions to access the data based on json paths.
Click to show internal directories.
Click to hide internal directories.