config.pb.go 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. package tls
  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. )
  8. const (
  9. // Verify that this generated code is sufficiently up-to-date.
  10. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  11. // Verify that runtime/protoimpl is sufficiently up-to-date.
  12. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  13. )
  14. type PacketConfig struct {
  15. state protoimpl.MessageState
  16. sizeCache protoimpl.SizeCache
  17. unknownFields protoimpl.UnknownFields
  18. }
  19. func (x *PacketConfig) Reset() {
  20. *x = PacketConfig{}
  21. if protoimpl.UnsafeEnabled {
  22. mi := &file_transport_internet_headers_tls_config_proto_msgTypes[0]
  23. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  24. ms.StoreMessageInfo(mi)
  25. }
  26. }
  27. func (x *PacketConfig) String() string {
  28. return protoimpl.X.MessageStringOf(x)
  29. }
  30. func (*PacketConfig) ProtoMessage() {}
  31. func (x *PacketConfig) ProtoReflect() protoreflect.Message {
  32. mi := &file_transport_internet_headers_tls_config_proto_msgTypes[0]
  33. if protoimpl.UnsafeEnabled && x != nil {
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. if ms.LoadMessageInfo() == nil {
  36. ms.StoreMessageInfo(mi)
  37. }
  38. return ms
  39. }
  40. return mi.MessageOf(x)
  41. }
  42. // Deprecated: Use PacketConfig.ProtoReflect.Descriptor instead.
  43. func (*PacketConfig) Descriptor() ([]byte, []int) {
  44. return file_transport_internet_headers_tls_config_proto_rawDescGZIP(), []int{0}
  45. }
  46. var File_transport_internet_headers_tls_config_proto protoreflect.FileDescriptor
  47. var file_transport_internet_headers_tls_config_proto_rawDesc = []byte{
  48. 0x0a, 0x2b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65,
  49. 0x72, 0x6e, 0x65, 0x74, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x74, 0x6c, 0x73,
  50. 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x29, 0x76,
  51. 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70,
  52. 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68, 0x65, 0x61,
  53. 0x64, 0x65, 0x72, 0x73, 0x2e, 0x74, 0x6c, 0x73, 0x22, 0x0e, 0x0a, 0x0c, 0x50, 0x61, 0x63, 0x6b,
  54. 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x9c, 0x01, 0x0a, 0x2d, 0x63, 0x6f, 0x6d,
  55. 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
  56. 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68,
  57. 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x74, 0x6c, 0x73, 0x50, 0x01, 0x5a, 0x3d, 0x67, 0x69,
  58. 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f, 0x76,
  59. 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x74, 0x72, 0x61,
  60. 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2f,
  61. 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x74, 0x6c, 0x73, 0xaa, 0x02, 0x29, 0x56, 0x32,
  62. 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f,
  63. 0x72, 0x74, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x64,
  64. 0x65, 0x72, 0x73, 0x2e, 0x54, 0x6c, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  65. }
  66. var (
  67. file_transport_internet_headers_tls_config_proto_rawDescOnce sync.Once
  68. file_transport_internet_headers_tls_config_proto_rawDescData = file_transport_internet_headers_tls_config_proto_rawDesc
  69. )
  70. func file_transport_internet_headers_tls_config_proto_rawDescGZIP() []byte {
  71. file_transport_internet_headers_tls_config_proto_rawDescOnce.Do(func() {
  72. file_transport_internet_headers_tls_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_transport_internet_headers_tls_config_proto_rawDescData)
  73. })
  74. return file_transport_internet_headers_tls_config_proto_rawDescData
  75. }
  76. var file_transport_internet_headers_tls_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  77. var file_transport_internet_headers_tls_config_proto_goTypes = []interface{}{
  78. (*PacketConfig)(nil), // 0: v2ray.core.transport.internet.headers.tls.PacketConfig
  79. }
  80. var file_transport_internet_headers_tls_config_proto_depIdxs = []int32{
  81. 0, // [0:0] is the sub-list for method output_type
  82. 0, // [0:0] is the sub-list for method input_type
  83. 0, // [0:0] is the sub-list for extension type_name
  84. 0, // [0:0] is the sub-list for extension extendee
  85. 0, // [0:0] is the sub-list for field type_name
  86. }
  87. func init() { file_transport_internet_headers_tls_config_proto_init() }
  88. func file_transport_internet_headers_tls_config_proto_init() {
  89. if File_transport_internet_headers_tls_config_proto != nil {
  90. return
  91. }
  92. if !protoimpl.UnsafeEnabled {
  93. file_transport_internet_headers_tls_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  94. switch v := v.(*PacketConfig); i {
  95. case 0:
  96. return &v.state
  97. case 1:
  98. return &v.sizeCache
  99. case 2:
  100. return &v.unknownFields
  101. default:
  102. return nil
  103. }
  104. }
  105. }
  106. type x struct{}
  107. out := protoimpl.TypeBuilder{
  108. File: protoimpl.DescBuilder{
  109. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  110. RawDescriptor: file_transport_internet_headers_tls_config_proto_rawDesc,
  111. NumEnums: 0,
  112. NumMessages: 1,
  113. NumExtensions: 0,
  114. NumServices: 0,
  115. },
  116. GoTypes: file_transport_internet_headers_tls_config_proto_goTypes,
  117. DependencyIndexes: file_transport_internet_headers_tls_config_proto_depIdxs,
  118. MessageInfos: file_transport_internet_headers_tls_config_proto_msgTypes,
  119. }.Build()
  120. File_transport_internet_headers_tls_config_proto = out.File
  121. file_transport_internet_headers_tls_config_proto_rawDesc = nil
  122. file_transport_internet_headers_tls_config_proto_goTypes = nil
  123. file_transport_internet_headers_tls_config_proto_depIdxs = nil
  124. }