♻️ Refactored grpc part of shared project

This commit is contained in:
2025-07-06 22:58:34 +08:00
parent 65450e8511
commit 4b220e7ed7
5 changed files with 111 additions and 28 deletions

View File

@ -5,7 +5,7 @@ package dyson_network.sphere.auth;
import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";
option csharp_namespace = "DysonNetwork.Sphere.Auth.Proto";
option csharp_namespace = "DysonNetwork.Shared.Protos.Auth";
service AuthService {
rpc Login(LoginRequest) returns (LoginResponse);