replace TypedMessage with anypb.Any

This commit is contained in:
Shelikhoo
2021-09-04 11:13:28 +01:00
parent add375390e
commit ba2dd5995d
65 changed files with 721 additions and 859 deletions
+2 -2
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 {}