package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Jul 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
JsonExit 返回标准JSON数据并退出当前HTTP执行函数。
type JsonRes struct {
Code int `json:"code"`
Message string `json:"message"`
Data interface{} `json:"data"`
}
JsonRes 数据返回通用JSON数据结构
Source Files
¶
Click to show internal directories.
Click to hide internal directories.