Documentation
¶
Index ¶
- type Response
- func (resp *Response) Code(code int) *Response
- func (resp *Response) Data(data any) *Response
- func (resp *Response) Error(err error) *Response
- func (resp *Response) ErrorMsg(msg string) *Response
- func (resp *Response) JSON()
- func (resp *Response) Msg(msg string) *Response
- func (resp *Response) ProtoBuf()
- func (resp *Response) Status(status status.Status) *Response
- func (resp *Response) TOML()
- func (resp *Response) Transparent() *Response
- func (resp *Response) XML()
- func (resp *Response) YAML()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
Response represents a http json response
func InternalError ¶ added in v1.2.3
InternalError response with status code 500
func (*Response) Transparent ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.