Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonView ¶ added in v0.7.0
type JsonView struct {
Serializer json.Serializer
}
func NewJsonView ¶ added in v0.8.0
func NewJsonView(serializer json.Serializer) JsonView
func (JsonView) Render ¶ added in v0.7.0
func (jv JsonView) Render(w http.ResponseWriter)
type View ¶
type View interface {
Render(http.ResponseWriter) error
}
Click to show internal directories.
Click to hide internal directories.