From 78604db54ec58fe0287bd26161493cb9e3529e5d Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 30 Jun 2024 11:32:01 +0800 Subject: [PATCH] :sparkles: Admin notify all API --- .idea/workspace.xml | 9 ++-- pkg/internal/server/admin/index.go | 2 + pkg/internal/server/admin/notify_api.go | 64 +++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 pkg/internal/server/admin/notify_api.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6d5a957..5c6e168 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,10 @@