添加用户注销结构
This commit is contained in:
parent
07ff135eea
commit
f6a19bd7e9
5
rabbitmq_user.go
Normal file
5
rabbitmq_user.go
Normal file
@ -0,0 +1,5 @@
|
||||
package common_structure
|
||||
|
||||
type UserLogout struct {
|
||||
UserID uint `json:"user_id"`
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user