mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-15 23:39:56 -04:00
Adjust Protocol Buffers (#109)
* Update protoc binary executable files to v3.13.0 * Write proto files in more standard way * Make go generate & vprotogen compatible with protoc-gen-gofast * Regenerate pb.go files according to new proto files * Clean go.sum by running go mod tidy * Implement mustEmbedUnimplementedServiceServer for gPRC services
This commit is contained in:
@@ -2,12 +2,12 @@ syntax = "proto3";
|
||||
|
||||
package v2ray.core;
|
||||
option csharp_namespace = "V2Ray.Core";
|
||||
option go_package = "core";
|
||||
option go_package = "v2ray.com/core";
|
||||
option java_package = "com.v2ray.core";
|
||||
option java_multiple_files = true;
|
||||
|
||||
import "v2ray.com/core/common/serial/typed_message.proto";
|
||||
import "v2ray.com/core/transport/config.proto";
|
||||
import "common/serial/typed_message.proto";
|
||||
import "transport/config.proto";
|
||||
|
||||
// Config is the master config of V2Ray. V2Ray takes this config as input and functions accordingly.
|
||||
message Config {
|
||||
|
||||
Reference in New Issue
Block a user