forked from extern/smegmesh
81-seperate-synchronisation
- Removed authentication.proto
This commit is contained in:
parent
59d8ae4334
commit
f9b8b85ec3
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user