github.com/imannamdari/v2ray-core/v5@v5.0.5/proxy/vless/encoding/addons.pb.go (about) 1 package encoding 2 3 import ( 4 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 5 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 6 reflect "reflect" 7 sync "sync" 8 ) 9 10 const ( 11 // Verify that this generated code is sufficiently up-to-date. 12 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 13 // Verify that runtime/protoimpl is sufficiently up-to-date. 14 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 15 ) 16 17 type Addons struct { 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 21 22 Flow string `protobuf:"bytes,1,opt,name=Flow,proto3" json:"Flow,omitempty"` 23 Seed []byte `protobuf:"bytes,2,opt,name=Seed,proto3" json:"Seed,omitempty"` 24 } 25 26 func (x *Addons) Reset() { 27 *x = Addons{} 28 if protoimpl.UnsafeEnabled { 29 mi := &file_proxy_vless_encoding_addons_proto_msgTypes[0] 30 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 31 ms.StoreMessageInfo(mi) 32 } 33 } 34 35 func (x *Addons) String() string { 36 return protoimpl.X.MessageStringOf(x) 37 } 38 39 func (*Addons) ProtoMessage() {} 40 41 func (x *Addons) ProtoReflect() protoreflect.Message { 42 mi := &file_proxy_vless_encoding_addons_proto_msgTypes[0] 43 if protoimpl.UnsafeEnabled && x != nil { 44 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 45 if ms.LoadMessageInfo() == nil { 46 ms.StoreMessageInfo(mi) 47 } 48 return ms 49 } 50 return mi.MessageOf(x) 51 } 52 53 // Deprecated: Use Addons.ProtoReflect.Descriptor instead. 54 func (*Addons) Descriptor() ([]byte, []int) { 55 return file_proxy_vless_encoding_addons_proto_rawDescGZIP(), []int{0} 56 } 57 58 func (x *Addons) GetFlow() string { 59 if x != nil { 60 return x.Flow 61 } 62 return "" 63 } 64 65 func (x *Addons) GetSeed() []byte { 66 if x != nil { 67 return x.Seed 68 } 69 return nil 70 } 71 72 var File_proxy_vless_encoding_addons_proto protoreflect.FileDescriptor 73 74 var file_proxy_vless_encoding_addons_proto_rawDesc = []byte{ 75 0x0a, 0x21, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x76, 0x6c, 0x65, 0x73, 0x73, 0x2f, 0x65, 0x6e, 76 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x64, 0x64, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 77 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 78 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x76, 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x65, 0x6e, 0x63, 0x6f, 79 0x64, 0x69, 0x6e, 0x67, 0x22, 0x30, 0x0a, 0x06, 0x41, 0x64, 0x64, 0x6f, 0x6e, 0x73, 0x12, 0x12, 80 0x0a, 0x04, 0x46, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x46, 0x6c, 81 0x6f, 0x77, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x65, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 82 0x52, 0x04, 0x53, 0x65, 0x65, 0x64, 0x42, 0x7e, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 83 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x76, 84 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x50, 0x01, 0x5a, 85 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 86 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 87 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x76, 0x6c, 0x65, 0x73, 0x73, 0x2f, 0x65, 0x6e, 0x63, 0x6f, 88 0x64, 0x69, 0x6e, 0x67, 0xaa, 0x02, 0x1f, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 89 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x56, 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x6e, 90 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 91 } 92 93 var ( 94 file_proxy_vless_encoding_addons_proto_rawDescOnce sync.Once 95 file_proxy_vless_encoding_addons_proto_rawDescData = file_proxy_vless_encoding_addons_proto_rawDesc 96 ) 97 98 func file_proxy_vless_encoding_addons_proto_rawDescGZIP() []byte { 99 file_proxy_vless_encoding_addons_proto_rawDescOnce.Do(func() { 100 file_proxy_vless_encoding_addons_proto_rawDescData = protoimpl.X.CompressGZIP(file_proxy_vless_encoding_addons_proto_rawDescData) 101 }) 102 return file_proxy_vless_encoding_addons_proto_rawDescData 103 } 104 105 var file_proxy_vless_encoding_addons_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 106 var file_proxy_vless_encoding_addons_proto_goTypes = []interface{}{ 107 (*Addons)(nil), // 0: v2ray.core.proxy.vless.encoding.Addons 108 } 109 var file_proxy_vless_encoding_addons_proto_depIdxs = []int32{ 110 0, // [0:0] is the sub-list for method output_type 111 0, // [0:0] is the sub-list for method input_type 112 0, // [0:0] is the sub-list for extension type_name 113 0, // [0:0] is the sub-list for extension extendee 114 0, // [0:0] is the sub-list for field type_name 115 } 116 117 func init() { file_proxy_vless_encoding_addons_proto_init() } 118 func file_proxy_vless_encoding_addons_proto_init() { 119 if File_proxy_vless_encoding_addons_proto != nil { 120 return 121 } 122 if !protoimpl.UnsafeEnabled { 123 file_proxy_vless_encoding_addons_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 124 switch v := v.(*Addons); i { 125 case 0: 126 return &v.state 127 case 1: 128 return &v.sizeCache 129 case 2: 130 return &v.unknownFields 131 default: 132 return nil 133 } 134 } 135 } 136 type x struct{} 137 out := protoimpl.TypeBuilder{ 138 File: protoimpl.DescBuilder{ 139 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 140 RawDescriptor: file_proxy_vless_encoding_addons_proto_rawDesc, 141 NumEnums: 0, 142 NumMessages: 1, 143 NumExtensions: 0, 144 NumServices: 0, 145 }, 146 GoTypes: file_proxy_vless_encoding_addons_proto_goTypes, 147 DependencyIndexes: file_proxy_vless_encoding_addons_proto_depIdxs, 148 MessageInfos: file_proxy_vless_encoding_addons_proto_msgTypes, 149 }.Build() 150 File_proxy_vless_encoding_addons_proto = out.File 151 file_proxy_vless_encoding_addons_proto_rawDesc = nil 152 file_proxy_vless_encoding_addons_proto_goTypes = nil 153 file_proxy_vless_encoding_addons_proto_depIdxs = nil 154 }