Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HtmlEncoders = []inter.Encoder{ encoder.StringerToHtml{}, encoder.RawToHtml{}, encoder.InterfaceToHtml{}, }
View Source
var JsonEncoders = []inter.Encoder{ encoder.JsonReaderToJson{}, encoder.RawToJson{}, encoder.JsonToJson{}, encoder.ErrorsToJson{}, encoder.InterfaceToJson{}, }
Functions ¶
func TemplateByName ¶
Types ¶
type PageWithFooter ¶
type PageWithFooter struct{}
func (PageWithFooter) Template ¶
func (_ PageWithFooter) Template() string
type SimpleViewMock ¶
type SimpleViewMock struct{}
func (SimpleViewMock) Template ¶
func (_ SimpleViewMock) Template() string
Click to show internal directories.
Click to hide internal directories.