package
Version:
v1.0.29
Opens a new window with list of versions in this module.
Published: Apr 17, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*@Author Administrator
*@Date 29/4/2021 15:39
*@desc
*@Author Administrator
*@Date 29/4/2021 15:16
*@desc 参数错误
*@Author Administrator
*@Date 29/4/2021 15:19
*@desc ServerError 服务器错误
*@Author Administrator
*@Date 29/4/2021 15:34
*params Code 默认200 Message 默认success Data 默认nil
*@desc Success 操作成功
type GinResp struct {
StatusCode int `json:"statusCode"`
Message string `json:"message"`
Data interface{} `json:"data"`
}
*@Author Administrator
*@Date 29/4/2021 15:16
*@desc
func Data(data interface{}) RespFn
*@Author Administrator
*@Date 29/4/2021 15:16
*@desc
*@Author Administrator
*@Date 29/4/2021 15:16
*@desc
Source Files
¶
Click to show internal directories.
Click to hide internal directories.