diff --git a/rabbitmq_user.go b/rabbitmq_user.go new file mode 100644 index 0000000..269a879 --- /dev/null +++ b/rabbitmq_user.go @@ -0,0 +1,5 @@ +package common_structure + +type UserLogout struct { + UserID uint `json:"user_id"` +}