base

package
v0.0.0-...-41417f0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// MsgOk ajax输出错误码,成功
	MsgOk = 0
	// MsgOk ajax输出错误码,成功
	MsgRedirect = 302
	// MsgErr 错误
	MsgErr = 1
)

Variables

This section is empty.

Functions

func JSON

func JSON(c *gin.Context, Code int, data ...interface{})

JSON 提供了系统标准JSON输出方法。

func JSONList

func JSONList(c *gin.Context, data interface{}, total int)

JSON 提供了系统标准JSON输出方法。

func JSONRaw

func JSONRaw(c *gin.Context, Code int, message string, data []byte)

JSON 提供了系统标准JSON输出方法。

Types

type JSONNewResult

type JSONNewResult struct {
	Code    int         `json:"code"`
	Message string      `json:"msg"`
	Result  interface{} `json:"result"`
}

type JSONResult

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

JSONResult json

type JSONResultRaw

type JSONResultRaw struct {
	Code    int             `json:"code"`
	Message string          `json:"msg"`
	Data    json.RawMessage `json:"data"`
}

Jump to

Keyboard shortcuts

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