From 39ac016b46e5d8d45578136fe9a0f8af23454c8a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 31 Oct 2024 21:26:25 +0800 Subject: [PATCH] :technologist: Improve DX by extending authkit --- .idea/workspace.xml | 20 +- pkg/authkit/audit.go | 44 +++ pkg/authkit/models/notifications.go | 24 +- pkg/authkit/notify.go | 47 ++++ pkg/internal/grpc/notify.go | 68 ++--- pkg/internal/services/notifications.go | 24 +- pkg/proto/notify.pb.go | 362 +++++++++---------------- pkg/proto/notify.proto | 24 +- pkg/proto/notify_grpc.pb.go | 58 ++-- pkg/proto/realm.pb.go | 230 +++------------- pkg/proto/realm_grpc.pb.go | 70 +++-- pkg/proto/record.pb.go | 50 +--- pkg/proto/record_grpc.pb.go | 34 ++- 13 files changed, 454 insertions(+), 601 deletions(-) create mode 100644 pkg/authkit/audit.go create mode 100644 pkg/authkit/notify.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c8066f9..8572273 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,23 +4,19 @@