mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-08-10 21:53:34 +02:00
Added sync
This commit is contained in:
@ -4,27 +4,10 @@ package rpctypes;
|
||||
option go_package = "pkg/rpc";
|
||||
|
||||
service MeshCtrlServer {
|
||||
rpc GetMesh(GetMeshRequest) returns (GetMeshReply) {}
|
||||
rpc JoinMesh(JoinMeshRequest) returns (JoinMeshReply) {}
|
||||
}
|
||||
|
||||
message MeshNode {
|
||||
string publicKey = 1;
|
||||
string wgEndpoint = 2;
|
||||
string endpoint = 3;
|
||||
string wgHost = 4;
|
||||
}
|
||||
|
||||
message GetMeshRequest {
|
||||
string meshId = 1;
|
||||
}
|
||||
|
||||
message GetMeshReply {
|
||||
bytes mesh = 2;
|
||||
}
|
||||
|
||||
message JoinMeshRequest {
|
||||
bytes changes = 1;
|
||||
string meshId = 2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user