3 Star 3 Fork 1

三三物联网 / ssiot-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
type.go 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
三三物联网 提交于 2022-12-29 09:28 . up
/*
* @Author: lwnmengjing
* @Date: 2021/6/8 5:51 下午
* @Last Modified by: lwnmengjing
* @Last Modified time: 2021/6/8 5:51 下午
*/
package response
type Responses interface {
SetCode(int32)
SetTraceID(string)
SetMsg(string)
SetData(interface{})
SetSuccess(bool)
Clone() Responses
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sansaniot/ssiot-core.git
git@gitee.com:sansaniot/ssiot-core.git
sansaniot
ssiot-core
ssiot-core
v1.5.0

搜索帮助

344bd9b3 5694891 D2dac590 5694891