common

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	XMLName xml.Name    `xml:"response"`
	Code    int         `json:"code" xml:"code"`           //返回状态码
	Msg     string      `json:"msg" xml:"msg"`             //返回消息
	Data    interface{} `json:"data,omitempty" xml:"data"` //返回具体数据

} //通用返回结果

func NewResponse

func NewResponse(code int, msg string, data interface{}) *Response

Jump to

Keyboard shortcuts

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