diff --git a/src/service/mobile_config.proto b/src/service/mobile_config.proto index 948865a7..7caa2b57 100644 --- a/src/service/mobile_config.proto +++ b/src/service/mobile_config.proto @@ -360,6 +360,9 @@ service gateway { // Get a stream of gateway info (V2) rpc info_stream_v2(gateway_info_stream_req_v2) returns (stream gateway_info_stream_res_v2); + // Get info for a batch of gateways specified by public key (V2) + rpc info_batch_v2(gateway_info_batch_req_v1) + returns (stream gateway_info_stream_res_v2); } service entity {