Documentation
¶
Index ¶
- func Accepted(w http.ResponseWriter, message string)
- func Created(w http.ResponseWriter, data interface{})
- func Error(w http.ResponseWriter, errs error)
- func Errors(status int, w http.ResponseWriter, errs []errors.Error)
- func File(w http.ResponseWriter, file io.Reader, path string)
- func OK(w http.ResponseWriter, data interface{})
- func OKMeta(w http.ResponseWriter, data interface{}, meta Meta)
- func Send(status int, w http.ResponseWriter, data interface{})
- func SendError(status int, w http.ResponseWriter, errs []errors.Error)
- func SendMeta(status int, w http.ResponseWriter, data interface{}, meta Meta)
- type Body
- type ErrorInfo
- type Meta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Accepted ¶
func Accepted(w http.ResponseWriter, message string)
func Created ¶
func Created(w http.ResponseWriter, data interface{})
func Error ¶
func Error(w http.ResponseWriter, errs error)
func OK ¶
func OK(w http.ResponseWriter, data interface{})
func OKMeta ¶
func OKMeta(w http.ResponseWriter, data interface{}, meta Meta)
func Send ¶
func Send(status int, w http.ResponseWriter, data interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.