Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ITemplater ¶
type ITemplater interface {
Render(wrt http.ResponseWriter, req *http.Request, templateName string, tmplData interface{})
}
type Templater ¶
type Templater struct {
// contains filtered or unexported fields
}
func NewTemplater ¶
Click to show internal directories.
Click to hide internal directories.