Преглед изворни кода

add tagged observer support in api

Shelikhoo пре 4 година
родитељ
комит
871373c450
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/observatory/command/command.proto

+ 1 - 0
app/observatory/command/command.proto

@@ -9,6 +9,7 @@ option java_multiple_files = true;
 import "app/observatory/config.proto";
 
 message GetOutboundStatusRequest {
+  string Tag = 1;
 }
 
 message GetOutboundStatusResponse {