Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTemplateNotFound = errors.New("template not found")
Functions ¶
This section is empty.
Types ¶
type TemplateMap ¶
type TemplateNotFoundError ¶
type TemplateNotFoundError struct {
Name string
}
func (*TemplateNotFoundError) Error ¶
func (e *TemplateNotFoundError) Error() string
type TemplateSelfDependencyError ¶
type TemplateSelfDependencyError struct {
Name string
}
func (*TemplateSelfDependencyError) Error ¶
func (e *TemplateSelfDependencyError) Error() string
Click to show internal directories.
Click to hide internal directories.