resp

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2024 License: MIT Imports: 4 Imported by: 5

Documentation

Index

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 Fail

func Fail(ctx *gin.Context) *Response

Fail response with status code 400

func InternalError added in v1.2.3

func InternalError(ctx *gin.Context) *Response

InternalError response with status code 500

func New

func New(ctx *gin.Context) *Response

func Ok

func Ok(ctx *gin.Context) *Response

Ok response with status code 200

func (*Response) Code

func (resp *Response) Code(code int) *Response

func (*Response) Data

func (resp *Response) Data(data any) *Response

func (*Response) Error

func (resp *Response) Error(err error) *Response

func (*Response) ErrorMsg added in v1.2.3

func (resp *Response) ErrorMsg(msg string) *Response

func (*Response) JSON

func (resp *Response) JSON()

func (*Response) Msg

func (resp *Response) Msg(msg string) *Response

func (*Response) ProtoBuf

func (resp *Response) ProtoBuf()

func (*Response) Status

func (resp *Response) Status(status status.Status) *Response

func (*Response) TOML

func (resp *Response) TOML()

func (*Response) Transparent added in v1.2.0

func (resp *Response) Transparent() *Response

func (*Response) XML

func (resp *Response) XML()

func (*Response) YAML

func (resp *Response) YAML()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL