From 7dbb552dd2cbc15e552fe438eb3a01fc5af28790 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 2 Feb 2025 21:03:58 +0800 Subject: [PATCH] :sparkles: Third client query grpc endpoint :arrow_up: Upgrade protobuf --- .idea/workspace.xml | 24 +-- pkg/internal/grpc/server.go | 2 + pkg/internal/grpc/thrid_client.go | 31 +++ pkg/proto/notify.pb.go | 96 +++++++-- pkg/proto/notify_grpc.pb.go | 48 ++--- pkg/proto/realm.pb.go | 232 +++++++++++++++++----- pkg/proto/realm_grpc.pb.go | 72 +++---- pkg/proto/record.pb.go | 52 +++-- pkg/proto/record_grpc.pb.go | 36 +--- pkg/proto/third_client.pb.go | 310 ++++++++++++++++++++++++++++++ pkg/proto/third_client.proto | 24 +++ pkg/proto/third_client_grpc.pb.go | 105 ++++++++++ 12 files changed, 835 insertions(+), 197 deletions(-) create mode 100644 pkg/internal/grpc/thrid_client.go create mode 100644 pkg/proto/third_client.pb.go create mode 100644 pkg/proto/third_client.proto create mode 100644 pkg/proto/third_client_grpc.pb.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5e7e42c..24626f5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,17 +4,17 @@