Skip to content

Commit

Permalink
Add info_batch_v2 V2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Dec 11, 2024
1 parent ae8d826 commit f1055b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f1055b9

Please sign in to comment.