Documentation
¶
Index ¶
- type Output
- func (o *Output) HTML(code int, name string, value interface{}) error
- func (o *Output) HasOutput() bool
- func (o *Output) Header(key, value string)
- func (o *Output) Init(writer http.ResponseWriter, in *input.Input, templ *template.Template)
- func (o *Output) JSON(code int, value interface{}) error
- func (o *Output) JSONP(code int, value interface{}) error
- func (o *Output) NotFound()
- func (o *Output) Redirect(code int, location string)
- func (o *Output) Render(code int, value interface{}, bind binding.Rendering) error
- func (o *Output) Text(code int, value interface{}) error
- func (o *Output) XML(code int, value interface{}) error
- func (o *Output) YAML(code int, value interface{}) 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.