Versions in this module Expand all Collapse all v1 v1.0.3 Oct 27, 2023 Changes in this version + func CSV(w http.ResponseWriter, data string) *errors.AppError + func Created(w http.ResponseWriter, data interface{}) *errors.AppError + func Fail(w http.ResponseWriter, e *errors.AppError) *errors.AppError + func Msg(msg interface{}) map[string]interface + func NoContent(w http.ResponseWriter, data interface{}) *errors.AppError + func OK(w http.ResponseWriter, data interface{}) *errors.AppError + type Meta struct + Status int + type Response struct + func NewResponse(statusCode int, data interface{}) *Response + func (res *Response) Send(w http.ResponseWriter) error