Searched defs:FrontendService (Results 1 – 1 of 1) sorted by relevance
34 service FrontendService { service36 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);[all …]