mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-15 05:35:48 -05:00
remove use of any
This commit is contained in:
@@ -5,10 +5,10 @@ option go_package = "protocol";
|
||||
option java_package = "com.v2ray.core.common.protocol";
|
||||
option java_outer_classname = "UserProto";
|
||||
|
||||
import "google/protobuf/any.proto";
|
||||
import "v2ray.com/core/common/loader/type.proto";
|
||||
|
||||
message User {
|
||||
uint32 level = 1;
|
||||
string email = 2;
|
||||
google.protobuf.Any account = 3;
|
||||
v2ray.core.common.loader.TypedSettings account = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user