1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-07 04:24:23 -04:00
v2fly/common/loader/type.proto

11 lines
248 B
Protocol Buffer
Raw Normal View History

2016-10-16 08:22:21 -04:00
syntax = "proto3";
package v2ray.core.common.loader;
option go_package = "loader";
option java_package = "com.v2ray.core.common.loader";
option java_outer_classname = "TypeProto";
message TypedSettings {
string type = 1;
bytes settings = 2;
}