Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPlaceholder ¶
Types ¶
type Template ¶
type Template struct {
Value any
}
Template is used to resolve placeholders in a map[string]any or string value It does to by checking in a `lookUp` map for the value of the placeholder The placeholder is defined by the pattern `$<placeholder>`
func (Template) GetAllPlaceholders ¶
Click to show internal directories.
Click to hide internal directories.