添加用户注销结构
This commit is contained in:
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"`
|
||||
}
|
Reference in New Issue
Block a user