This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_mq_consume
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
蛋蛋星球RabbitMq消费项目
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113
Commits
1
Branch
2.3 MiB
Go
90.6%
Protocol Buffer
8.1%
Dockerfile
0.4%
Shell
0.4%
Makefile
0.2%
Other
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
egg_mq_consume
/
consume
/
md
/
mq_com.go
7 lines
108 B
Raw
Permalink
Blame
History
package md
type CommUserId struct {
Uid string `json:"uid"`
ParentUid string `json:"parent_uid"`
}