瀏覽代碼

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 {