mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 21:15:46 -05:00
refine proto package names
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "google/protobuf/any.proto";
|
||||
|
||||
package com.v2ray.core.common.protocol;
|
||||
package v2ray.core.common.protocol;
|
||||
option go_package = "protocol";
|
||||
option java_package = "com.v2ray.core.common.protocol";
|
||||
option java_outer_classname = "UserProto";
|
||||
|
||||
import "google/protobuf/any.proto";
|
||||
|
||||
message User {
|
||||
uint32 level = 1;
|
||||
|
||||
Reference in New Issue
Block a user