From f6a19bd7e99c1c81f83651787c2f1cdcd37e9de9 Mon Sep 17 00:00:00 2001 From: LiHouse <17846745418> Date: Thu, 22 May 2025 17:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E6=B3=A8?= =?UTF-8?q?=E9=94=80=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rabbitmq_user.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rabbitmq_user.go 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"` +}