Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteJSON ¶
func WriteJSON(w http.ResponseWriter, obj interface{}) error
func WriteString ¶
func WriteString(w http.ResponseWriter, format string, data []interface{})
Types ¶
type Data ¶
func (Data) Render ¶
func (r Data) Render(w http.ResponseWriter) (err error)
Render (Data) writes data with custom ContentType
func (Data) WriteContentType ¶
func (r Data) WriteContentType(w http.ResponseWriter)
type HTML ¶
func (HTML) WriteContentType ¶
func (r HTML) WriteContentType(w http.ResponseWriter)
type IndentedJSON ¶
type IndentedJSON struct {
Data interface{}
}
func (IndentedJSON) Render ¶
func (r IndentedJSON) Render(w http.ResponseWriter) error
func (IndentedJSON) WriteContentType ¶
func (r IndentedJSON) WriteContentType(w http.ResponseWriter)
type JSON ¶
type JSON struct {
Data interface{}
}
func (JSON) WriteContentType ¶
func (r JSON) WriteContentType(w http.ResponseWriter)
type Redirect ¶
func (Redirect) WriteContentType ¶
func (r Redirect) WriteContentType(http.ResponseWriter)
type Render ¶
type Render interface { Render(http.ResponseWriter) error WriteContentType(w http.ResponseWriter) }
type String ¶
type String struct { Format string Data []interface{} }
func (String) WriteContentType ¶
func (r String) WriteContentType(w http.ResponseWriter)
type XML ¶
type XML struct {
Data interface{}
}
func (XML) WriteContentType ¶
func (r XML) WriteContentType(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.