This website works better with JavaScript.
首頁
探索
說明
登入
EggPlanet
/
egg_mq_consume
關註
3
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
蛋蛋星球RabbitMq消费项目
113
Commit
3
分支
4.7 MiB
Go
93%
Protocol Buffer
6%
Dockerfile
0.3%
Shell
0.3%
目錄樹:
9b408eb792
egg_mq_consume
/
consume
/
md
/
mq_com.go
7 line
108 B
原始文件
Blame
文件歷史
package md
type CommUserId struct {
Uid string `json:"uid"`
ParentUid string `json:"parent_uid"`
}