1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-03 15:55:20 -05: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

View File

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