From d1f1183beb36dc418d524abf4344a3308188b69b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 31 Oct 2024 22:40:10 +0800 Subject: [PATCH] :bug: Fix grpc namespace conflict --- .idea/workspace.xml | 21 ++++--- pkg/authkit/notify.go | 4 +- pkg/internal/grpc/notify.go | 2 +- pkg/proto/notify.pb.go | 108 ++++++++++++++++++------------------ pkg/proto/notify.proto | 8 +-- pkg/proto/notify_grpc.pb.go | 12 ++-- 6 files changed, 80 insertions(+), 75 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bef9cd8..7ea6a31 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,13 @@