From c3619f6d25b379f32295ec466a30fd65cc820c5a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 31 Oct 2024 22:08:51 +0800 Subject: [PATCH] :sparkles: Realm operations now available in authkit --- .idea/workspace.xml | 15 +++-- pkg/authkit/models/realms.go | 33 +++++++++- pkg/authkit/realm.go | 108 ++++++++++++++++++++++++++++++ pkg/internal/grpc/realms.go | 58 ++++++++-------- pkg/proto/realm.pb.go | 124 ++++++++++++++++++++--------------- pkg/proto/realm.proto | 10 +-- pkg/proto/realm_grpc.pb.go | 76 ++++++++++----------- 7 files changed, 295 insertions(+), 129 deletions(-) create mode 100644 pkg/authkit/realm.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 697d8cf..bef9cd8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,14 @@