From 871373c45077337c5dffd4e83623ee9efed4407c Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sat, 19 Jun 2021 11:20:49 +0100 Subject: [PATCH] add tagged observer support in api --- app/observatory/command/command.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/app/observatory/command/command.proto b/app/observatory/command/command.proto index 74c71269a..70cd681e0 100644 --- a/app/observatory/command/command.proto +++ b/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 {