Browse Source

add tagged observer support in api

Shelikhoo 4 years ago
parent
commit
871373c450
1 changed files with 1 additions and 0 deletions
  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";
 import "app/observatory/config.proto";
 
 
 message GetOutboundStatusRequest {
 message GetOutboundStatusRequest {
+  string Tag = 1;
 }
 }
 
 
 message GetOutboundStatusResponse {
 message GetOutboundStatusResponse {