From f9b8b85ec3cb01a066d8401dadf5ef406d0b1d00 Mon Sep 17 00:00:00 2001 From: Tim Beatham Date: Thu, 4 Jan 2024 13:12:33 +0000 Subject: [PATCH] 81-seperate-synchronisation - Removed authentication.proto --- pkg/grpc/ctrlserver/authentication.proto | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 pkg/grpc/ctrlserver/authentication.proto diff --git a/pkg/grpc/ctrlserver/authentication.proto b/pkg/grpc/ctrlserver/authentication.proto deleted file mode 100644 index b9301c3..0000000 --- a/pkg/grpc/ctrlserver/authentication.proto +++ /dev/null @@ -1,18 +0,0 @@ -syntax = "proto3"; -package rpctypes; - -option go_package = "pkg/rpc"; - -service Authentication { - rpc JoinMesh(JoinAuthMeshRequest) returns (JoinAuthMeshReply) {} -} - -message JoinAuthMeshRequest { - string meshId = 1; - string alias = 2; -} - -message JoinAuthMeshReply { - bool success = 1; - optional string token = 2; -} \ No newline at end of file