1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-02 09:19:08 -04:00

replace TypedMessage with anypb.Any

This commit is contained in:
Shelikhoo
2021-06-19 14:36:54 +01:00
parent add375390e
commit ba2dd5995d
65 changed files with 721 additions and 859 deletions

View File

@@ -32,7 +32,7 @@ message RemoveInboundResponse {}
message AlterInboundRequest {
string tag = 1;
v2ray.core.common.serial.TypedMessage operation = 2;
google.protobuf.Any operation = 2;
}
message AlterInboundResponse {}
@@ -51,7 +51,7 @@ message RemoveOutboundResponse {}
message AlterOutboundRequest {
string tag = 1;
v2ray.core.common.serial.TypedMessage operation = 2;
google.protobuf.Any operation = 2;
}
message AlterOutboundResponse {}