mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-01 16:59:08 -04:00
replace TypedMessage with anypb.Any
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user