Update protos
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -6,8 +6,16 @@ import "google/protobuf/empty.proto";
|
|||||||
service AudioBackend {
|
service AudioBackend {
|
||||||
rpc StartClient(google.protobuf.Empty) returns (google.protobuf.Empty);
|
rpc StartClient(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||||
rpc InitConnection(google.protobuf.Empty) returns (google.protobuf.Empty);
|
rpc InitConnection(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||||
|
rpc GetAvailableBackends(google.protobuf.Empty) returns (BackendList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message BackendList {
|
||||||
|
repeated Backend backends = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
message Backend {
|
||||||
|
string name = 1;
|
||||||
|
}
|
||||||
|
|
||||||
message Shirt {
|
message Shirt {
|
||||||
google.protobuf.Empty dummy = 1;
|
google.protobuf.Empty dummy = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user