Added protobuf service

This commit is contained in:
2017-04-14 20:19:18 +02:00
parent 239c659027
commit 3c1c420747
3 changed files with 30 additions and 64 deletions

View File

@@ -14,10 +14,6 @@ message Client {
map<string, string> options = 10;
}
message Clients {
repeated Client clients = 1;
}
message ClientSetPercentageAll {
float percentage = 1;
repeated int32 client_id = 2;