config.pb.go 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. package noop
  2. import (
  3. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  4. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  5. reflect "reflect"
  6. sync "sync"
  7. unsafe "unsafe"
  8. )
  9. const (
  10. // Verify that this generated code is sufficiently up-to-date.
  11. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  12. // Verify that runtime/protoimpl is sufficiently up-to-date.
  13. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  14. )
  15. type Config struct {
  16. state protoimpl.MessageState `protogen:"open.v1"`
  17. unknownFields protoimpl.UnknownFields
  18. sizeCache protoimpl.SizeCache
  19. }
  20. func (x *Config) Reset() {
  21. *x = Config{}
  22. mi := &file_transport_internet_headers_noop_config_proto_msgTypes[0]
  23. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  24. ms.StoreMessageInfo(mi)
  25. }
  26. func (x *Config) String() string {
  27. return protoimpl.X.MessageStringOf(x)
  28. }
  29. func (*Config) ProtoMessage() {}
  30. func (x *Config) ProtoReflect() protoreflect.Message {
  31. mi := &file_transport_internet_headers_noop_config_proto_msgTypes[0]
  32. if x != nil {
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. if ms.LoadMessageInfo() == nil {
  35. ms.StoreMessageInfo(mi)
  36. }
  37. return ms
  38. }
  39. return mi.MessageOf(x)
  40. }
  41. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  42. func (*Config) Descriptor() ([]byte, []int) {
  43. return file_transport_internet_headers_noop_config_proto_rawDescGZIP(), []int{0}
  44. }
  45. type ConnectionConfig struct {
  46. state protoimpl.MessageState `protogen:"open.v1"`
  47. unknownFields protoimpl.UnknownFields
  48. sizeCache protoimpl.SizeCache
  49. }
  50. func (x *ConnectionConfig) Reset() {
  51. *x = ConnectionConfig{}
  52. mi := &file_transport_internet_headers_noop_config_proto_msgTypes[1]
  53. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  54. ms.StoreMessageInfo(mi)
  55. }
  56. func (x *ConnectionConfig) String() string {
  57. return protoimpl.X.MessageStringOf(x)
  58. }
  59. func (*ConnectionConfig) ProtoMessage() {}
  60. func (x *ConnectionConfig) ProtoReflect() protoreflect.Message {
  61. mi := &file_transport_internet_headers_noop_config_proto_msgTypes[1]
  62. if x != nil {
  63. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  64. if ms.LoadMessageInfo() == nil {
  65. ms.StoreMessageInfo(mi)
  66. }
  67. return ms
  68. }
  69. return mi.MessageOf(x)
  70. }
  71. // Deprecated: Use ConnectionConfig.ProtoReflect.Descriptor instead.
  72. func (*ConnectionConfig) Descriptor() ([]byte, []int) {
  73. return file_transport_internet_headers_noop_config_proto_rawDescGZIP(), []int{1}
  74. }
  75. var File_transport_internet_headers_noop_config_proto protoreflect.FileDescriptor
  76. var file_transport_internet_headers_noop_config_proto_rawDesc = string([]byte{
  77. 0x0a, 0x2c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65,
  78. 0x72, 0x6e, 0x65, 0x74, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x6e, 0x6f, 0x6f,
  79. 0x70, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x2a,
  80. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
  81. 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68, 0x65,
  82. 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x6e, 0x6f, 0x6f, 0x70, 0x22, 0x08, 0x0a, 0x06, 0x43, 0x6f,
  83. 0x6e, 0x66, 0x69, 0x67, 0x22, 0x12, 0x0a, 0x10, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69,
  84. 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x9f, 0x01, 0x0a, 0x2e, 0x63, 0x6f, 0x6d,
  85. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
  86. 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68,
  87. 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x6e, 0x6f, 0x6f, 0x70, 0x50, 0x01, 0x5a, 0x3e, 0x67,
  88. 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f,
  89. 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x74, 0x72,
  90. 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74,
  91. 0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x6e, 0x6f, 0x6f, 0x70, 0xaa, 0x02, 0x2a,
  92. 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73,
  93. 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x48, 0x65,
  94. 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x4e, 0x6f, 0x6f, 0x70, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  95. 0x6f, 0x33,
  96. })
  97. var (
  98. file_transport_internet_headers_noop_config_proto_rawDescOnce sync.Once
  99. file_transport_internet_headers_noop_config_proto_rawDescData []byte
  100. )
  101. func file_transport_internet_headers_noop_config_proto_rawDescGZIP() []byte {
  102. file_transport_internet_headers_noop_config_proto_rawDescOnce.Do(func() {
  103. file_transport_internet_headers_noop_config_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_transport_internet_headers_noop_config_proto_rawDesc), len(file_transport_internet_headers_noop_config_proto_rawDesc)))
  104. })
  105. return file_transport_internet_headers_noop_config_proto_rawDescData
  106. }
  107. var file_transport_internet_headers_noop_config_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  108. var file_transport_internet_headers_noop_config_proto_goTypes = []any{
  109. (*Config)(nil), // 0: v2ray.core.transport.internet.headers.noop.Config
  110. (*ConnectionConfig)(nil), // 1: v2ray.core.transport.internet.headers.noop.ConnectionConfig
  111. }
  112. var file_transport_internet_headers_noop_config_proto_depIdxs = []int32{
  113. 0, // [0:0] is the sub-list for method output_type
  114. 0, // [0:0] is the sub-list for method input_type
  115. 0, // [0:0] is the sub-list for extension type_name
  116. 0, // [0:0] is the sub-list for extension extendee
  117. 0, // [0:0] is the sub-list for field type_name
  118. }
  119. func init() { file_transport_internet_headers_noop_config_proto_init() }
  120. func file_transport_internet_headers_noop_config_proto_init() {
  121. if File_transport_internet_headers_noop_config_proto != nil {
  122. return
  123. }
  124. type x struct{}
  125. out := protoimpl.TypeBuilder{
  126. File: protoimpl.DescBuilder{
  127. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  128. RawDescriptor: unsafe.Slice(unsafe.StringData(file_transport_internet_headers_noop_config_proto_rawDesc), len(file_transport_internet_headers_noop_config_proto_rawDesc)),
  129. NumEnums: 0,
  130. NumMessages: 2,
  131. NumExtensions: 0,
  132. NumServices: 0,
  133. },
  134. GoTypes: file_transport_internet_headers_noop_config_proto_goTypes,
  135. DependencyIndexes: file_transport_internet_headers_noop_config_proto_depIdxs,
  136. MessageInfos: file_transport_internet_headers_noop_config_proto_msgTypes,
  137. }.Build()
  138. File_transport_internet_headers_noop_config_proto = out.File
  139. file_transport_internet_headers_noop_config_proto_goTypes = nil
  140. file_transport_internet_headers_noop_config_proto_depIdxs = nil
  141. }