Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
func NewRenderer ¶
func (*Renderer) Render ¶
Render implements the Renderer interface See https://github.com/labstack/echo/blob/d48197db7af19becf2363496493ed0e2a8d1caea/echo.go#L134 Docs: https://echo.labstack.com/guide/templates/
type TemplateData ¶
type TemplateData struct { Type TemplateType Data interface{} }
type TemplateType ¶
type TemplateType int64
const ( ROOT_VIEW TemplateType = 0 NEW_VIEW TemplateType = 1 )
Click to show internal directories.
Click to hide internal directories.