Documentation ¶
Overview ¶
Base on github.com/gin-gonic/contrib/renders/multitemplate
Index ¶
- type Render
- func (r Render) Add(name string, tmpl *template.Template)
- func (r Render) AddFromFiles(name string, files ...string) *template.Template
- func (r Render) AddFromGlob(name, glob string) *template.Template
- func (r *Render) AddFromString(name, templateString string) *template.Template
- func (r Render) Render(w io.Writer, name string, data interface{}, c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.