1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-30 19:15:23 +00:00

add tagged observer support in api

This commit is contained in:
Shelikhoo 2021-06-19 11:20:49 +01:00
parent 2dc539cc70
commit 871373c450
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -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 {