Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeMaps ¶ added in v0.2.0
func MergeMaps[K comparable, V any](mps ...map[K]V) map[K]V
MergeMaps merges multiple maps with later maps taking precedence over earlier ones. Returns a new map without modifying the input maps.
Types ¶
type Engine ¶ added in v0.2.0
type Engine struct {
// contains filtered or unexported fields
}
func NewEngine ¶ added in v0.2.0
func NewEngine(cfg *core.ConfigFile) *Engine
type TemplateError ¶
func NewTemplateError ¶
func NewTemplateError(file string, err error) *TemplateError
func (*TemplateError) Error ¶
func (te *TemplateError) Error() string
Click to show internal directories.
Click to hide internal directories.