xhttp

package
v0.0.0-...-efd9455 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HttpResult

func HttpResult(r *http.Request, w http.ResponseWriter, resp interface{}, err error)

HttpResult http方法

func ParamErrorResult

func ParamErrorResult(r *http.Request, w http.ResponseWriter, err error)

ParamErrorResult http参数错误返回

Types

type NullJson

type NullJson struct{}

type ResponseErrorBean

type ResponseErrorBean struct {
	Code int    `json:"code"`
	Msg  string `json:"msg"`
}

func Error

func Error(errCode int, errMsg string) *ResponseErrorBean

type ResponseSuccessBean

type ResponseSuccessBean struct {
	Code int         `json:"code"`
	Msg  string      `json:"msg"`
	Data interface{} `json:"data"`
}

func NewResp

func NewResp(resp interface{}) *ResponseSuccessBean

func Success

func Success(data interface{}) *ResponseSuccessBean

Jump to

Keyboard shortcuts

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