Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultEngine ¶
type DefaultEngine struct {
}
DefaultEngine implements the Engine interface
func (*DefaultEngine) RenderFile ¶
RenderFile renders a template file with the provided data
func (*DefaultEngine) RenderString ¶
func (e *DefaultEngine) RenderString(templateContent string, data map[string]string) (string, error)
RenderString renders a template string with the provided data
Click to show internal directories.
Click to hide internal directories.