Lines Matching defs:FrontendService
34 service FrontendService { service
36 rpc GetVersion(google.protobuf.Empty) returns (VersionResponse);
39 rpc RegisterEvents(google.protobuf.Empty) returns (stream Event);
42 rpc GetDevices(google.protobuf.Empty) returns (GetDevicesResponse);
45 rpc PatchDevice(PatchDeviceRequest) returns (google.protobuf.Empty);
48 rpc Reset(google.protobuf.Empty) returns (google.protobuf.Empty);
55 rpc SetLinkLoss(SetLinkLossRequest) returns (google.protobuf.Empty);
61 rpc NetCat(google.protobuf.Empty) returns (stream NetCatStream);
65 rpc PatchCapture(PatchCaptureRequest) returns (google.protobuf.Empty);
68 rpc ListCapture(google.protobuf.Empty) returns (ListCaptureResponse);
71 rpc GetCapture(GetCaptureRequest) returns (stream GetCaptureResponse);