1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-15 05:35:48 -05:00

reference google version of protobuf library

This commit is contained in:
Shelikhoo
2021-06-23 14:34:03 +01:00
parent 881571374d
commit a4e6fe5a94
29 changed files with 740 additions and 1641 deletions

View File

@@ -6,7 +6,7 @@ option go_package = "github.com/v2fly/v2ray-core/v4/common/protocol";
option java_package = "com.v2ray.core.common.protocol";
option java_multiple_files = true;
import "common/serial/typed_message.proto";
import "google/protobuf/any.proto";
// User is a generic user for all procotols.
message User {