Ai
1 Star 0 Fork 0

connor/exchange-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tables.go 153 Bytes
一键复制 编辑 原始数据 按行查看 历史
Raymond.K 提交于 2020-06-03 17:12 +08:00 . 修改类型定义
package websocket
type TableMessage struct {
Action string `json:"action"`
Table string `json:"table"`
Data interface{} `json:"data"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ccconnor/exchange-api.git
git@gitee.com:ccconnor/exchange-api.git
ccconnor
exchange-api
exchange-api
v0.3.14

搜索帮助