Documentation ¶
Index ¶
- func IsPretty(r *http.Request) bool
- func ResponseArrayJSON(w http.ResponseWriter, status int, array interface{}, pretty bool) error
- func ResponseJSON(w http.ResponseWriter, status int, obj interface{}, pretty bool) error
- func ResponsePaginatedJSON(w http.ResponseWriter, status int, page uint, pageSize uint, total uint, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseArrayJSON ¶
func ResponseArrayJSON(w http.ResponseWriter, status int, array interface{}, pretty bool) error
ResponseArrayJSON write marshalled obj wrapped into an object to http.ResponseWriter with correct header
func ResponseJSON ¶
func ResponseJSON(w http.ResponseWriter, status int, obj interface{}, pretty bool) error
ResponseJSON write marshalled obj to http.ResponseWriter with correct header
func ResponsePaginatedJSON ¶
func ResponsePaginatedJSON(w http.ResponseWriter, status int, page uint, pageSize uint, total uint, array interface{}, pretty bool) error
ResponsePaginatedJSON write marshalled obj wrapped into an object to http.ResponseWriter with correct header
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.