github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/transport/internet/headers/noop/config.pb.go (about)

     1  package noop
     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 Config struct {
    18  	state         protoimpl.MessageState
    19  	sizeCache     protoimpl.SizeCache
    20  	unknownFields protoimpl.UnknownFields
    21  }
    22  
    23  func (x *Config) Reset() {
    24  	*x = Config{}
    25  	if protoimpl.UnsafeEnabled {
    26  		mi := &file_transport_internet_headers_noop_config_proto_msgTypes[0]
    27  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    28  		ms.StoreMessageInfo(mi)
    29  	}
    30  }
    31  
    32  func (x *Config) String() string {
    33  	return protoimpl.X.MessageStringOf(x)
    34  }
    35  
    36  func (*Config) ProtoMessage() {}
    37  
    38  func (x *Config) ProtoReflect() protoreflect.Message {
    39  	mi := &file_transport_internet_headers_noop_config_proto_msgTypes[0]
    40  	if protoimpl.UnsafeEnabled && x != nil {
    41  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    42  		if ms.LoadMessageInfo() == nil {
    43  			ms.StoreMessageInfo(mi)
    44  		}
    45  		return ms
    46  	}
    47  	return mi.MessageOf(x)
    48  }
    49  
    50  // Deprecated: Use Config.ProtoReflect.Descriptor instead.
    51  func (*Config) Descriptor() ([]byte, []int) {
    52  	return file_transport_internet_headers_noop_config_proto_rawDescGZIP(), []int{0}
    53  }
    54  
    55  type ConnectionConfig struct {
    56  	state         protoimpl.MessageState
    57  	sizeCache     protoimpl.SizeCache
    58  	unknownFields protoimpl.UnknownFields
    59  }
    60  
    61  func (x *ConnectionConfig) Reset() {
    62  	*x = ConnectionConfig{}
    63  	if protoimpl.UnsafeEnabled {
    64  		mi := &file_transport_internet_headers_noop_config_proto_msgTypes[1]
    65  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    66  		ms.StoreMessageInfo(mi)
    67  	}
    68  }
    69  
    70  func (x *ConnectionConfig) String() string {
    71  	return protoimpl.X.MessageStringOf(x)
    72  }
    73  
    74  func (*ConnectionConfig) ProtoMessage() {}
    75  
    76  func (x *ConnectionConfig) ProtoReflect() protoreflect.Message {
    77  	mi := &file_transport_internet_headers_noop_config_proto_msgTypes[1]
    78  	if protoimpl.UnsafeEnabled && x != nil {
    79  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    80  		if ms.LoadMessageInfo() == nil {
    81  			ms.StoreMessageInfo(mi)
    82  		}
    83  		return ms
    84  	}
    85  	return mi.MessageOf(x)
    86  }
    87  
    88  // Deprecated: Use ConnectionConfig.ProtoReflect.Descriptor instead.
    89  func (*ConnectionConfig) Descriptor() ([]byte, []int) {
    90  	return file_transport_internet_headers_noop_config_proto_rawDescGZIP(), []int{1}
    91  }
    92  
    93  var File_transport_internet_headers_noop_config_proto protoreflect.FileDescriptor
    94  
    95  var file_transport_internet_headers_noop_config_proto_rawDesc = []byte{
    96  	0x0a, 0x2c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65,
    97  	0x72, 0x6e, 0x65, 0x74, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x6e, 0x6f, 0x6f,
    98  	0x70, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x2a,
    99  	0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
   100  	0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68, 0x65,
   101  	0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x6e, 0x6f, 0x6f, 0x70, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f,
   102  	0x6e, 0x66, 0x69, 0x67, 0x22, 0x12, 0x0a, 0x10, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69,
   103  	0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x9f, 0x01, 0x0a, 0x2e, 0x63, 0x6f, 0x6d,
   104  	0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
   105  	0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68,
   106  	0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x6e, 0x6f, 0x6f, 0x70, 0x50, 0x01, 0x5a, 0x3e, 0x67,
   107  	0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f,
   108  	0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x74, 0x72,
   109  	0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74,
   110  	0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x6e, 0x6f, 0x6f, 0x70, 0xaa, 0x02, 0x2a,
   111  	0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73,
   112  	0x70, 0x6f, 0x72, 0x74, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x48, 0x65,
   113  	0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x4e, 0x6f, 0x6f, 0x70, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
   114  	0x6f, 0x33,
   115  }
   116  
   117  var (
   118  	file_transport_internet_headers_noop_config_proto_rawDescOnce sync.Once
   119  	file_transport_internet_headers_noop_config_proto_rawDescData = file_transport_internet_headers_noop_config_proto_rawDesc
   120  )
   121  
   122  func file_transport_internet_headers_noop_config_proto_rawDescGZIP() []byte {
   123  	file_transport_internet_headers_noop_config_proto_rawDescOnce.Do(func() {
   124  		file_transport_internet_headers_noop_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_transport_internet_headers_noop_config_proto_rawDescData)
   125  	})
   126  	return file_transport_internet_headers_noop_config_proto_rawDescData
   127  }
   128  
   129  var file_transport_internet_headers_noop_config_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
   130  var file_transport_internet_headers_noop_config_proto_goTypes = []interface{}{
   131  	(*Config)(nil),           // 0: v2ray.core.transport.internet.headers.noop.Config
   132  	(*ConnectionConfig)(nil), // 1: v2ray.core.transport.internet.headers.noop.ConnectionConfig
   133  }
   134  var file_transport_internet_headers_noop_config_proto_depIdxs = []int32{
   135  	0, // [0:0] is the sub-list for method output_type
   136  	0, // [0:0] is the sub-list for method input_type
   137  	0, // [0:0] is the sub-list for extension type_name
   138  	0, // [0:0] is the sub-list for extension extendee
   139  	0, // [0:0] is the sub-list for field type_name
   140  }
   141  
   142  func init() { file_transport_internet_headers_noop_config_proto_init() }
   143  func file_transport_internet_headers_noop_config_proto_init() {
   144  	if File_transport_internet_headers_noop_config_proto != nil {
   145  		return
   146  	}
   147  	if !protoimpl.UnsafeEnabled {
   148  		file_transport_internet_headers_noop_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   149  			switch v := v.(*Config); i {
   150  			case 0:
   151  				return &v.state
   152  			case 1:
   153  				return &v.sizeCache
   154  			case 2:
   155  				return &v.unknownFields
   156  			default:
   157  				return nil
   158  			}
   159  		}
   160  		file_transport_internet_headers_noop_config_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   161  			switch v := v.(*ConnectionConfig); i {
   162  			case 0:
   163  				return &v.state
   164  			case 1:
   165  				return &v.sizeCache
   166  			case 2:
   167  				return &v.unknownFields
   168  			default:
   169  				return nil
   170  			}
   171  		}
   172  	}
   173  	type x struct{}
   174  	out := protoimpl.TypeBuilder{
   175  		File: protoimpl.DescBuilder{
   176  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   177  			RawDescriptor: file_transport_internet_headers_noop_config_proto_rawDesc,
   178  			NumEnums:      0,
   179  			NumMessages:   2,
   180  			NumExtensions: 0,
   181  			NumServices:   0,
   182  		},
   183  		GoTypes:           file_transport_internet_headers_noop_config_proto_goTypes,
   184  		DependencyIndexes: file_transport_internet_headers_noop_config_proto_depIdxs,
   185  		MessageInfos:      file_transport_internet_headers_noop_config_proto_msgTypes,
   186  	}.Build()
   187  	File_transport_internet_headers_noop_config_proto = out.File
   188  	file_transport_internet_headers_noop_config_proto_rawDesc = nil
   189  	file_transport_internet_headers_noop_config_proto_goTypes = nil
   190  	file_transport_internet_headers_noop_config_proto_depIdxs = nil
   191  }