公告板
版本库
filestore
活动
搜索
登录
CloudAI
/
gat1400Exchange
GA/T1400协议服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加失败缓存重发的功能
zhangzengfei
2024-04-16
e4840c7de5ff5f1a816a4fd023ba5bf797a4fa9e
[CloudAI/gat1400Exchange.git]
/
vo
/
server.go
1
2
3
4
5
6
7
8
package vo
type SyncServerResponse struct {
Code int
Success bool
Msg string
Data interface{}
}