config.pb.go 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.1
  4. // protoc v5.28.2
  5. // source: transport/internet/headers/utp/config.proto
  6. package utp
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type Config struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
  24. }
  25. func (x *Config) Reset() {
  26. *x = Config{}
  27. mi := &file_transport_internet_headers_utp_config_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. func (x *Config) String() string {
  32. return protoimpl.X.MessageStringOf(x)
  33. }
  34. func (*Config) ProtoMessage() {}
  35. func (x *Config) ProtoReflect() protoreflect.Message {
  36. mi := &file_transport_internet_headers_utp_config_proto_msgTypes[0]
  37. if x != nil {
  38. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  39. if ms.LoadMessageInfo() == nil {
  40. ms.StoreMessageInfo(mi)
  41. }
  42. return ms
  43. }
  44. return mi.MessageOf(x)
  45. }
  46. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  47. func (*Config) Descriptor() ([]byte, []int) {
  48. return file_transport_internet_headers_utp_config_proto_rawDescGZIP(), []int{0}
  49. }
  50. func (x *Config) GetVersion() uint32 {
  51. if x != nil {
  52. return x.Version
  53. }
  54. return 0
  55. }
  56. var File_transport_internet_headers_utp_config_proto protoreflect.FileDescriptor
  57. var file_transport_internet_headers_utp_config_proto_rawDesc = []byte{
  58. 0x0a, 0x2b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65,
  59. 0x72, 0x6e, 0x65, 0x74, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x75, 0x74, 0x70,
  60. 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x23, 0x78,
  61. 0x72, 0x61, 0x79, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e,
  62. 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x75,
  63. 0x74, 0x70, 0x22, 0x22, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x18, 0x0a, 0x07,
  64. 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x76,
  65. 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x8b, 0x01, 0x0a, 0x27, 0x63, 0x6f, 0x6d, 0x2e, 0x78,
  66. 0x72, 0x61, 0x79, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x69, 0x6e,
  67. 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2e, 0x75,
  68. 0x74, 0x70, 0x50, 0x01, 0x5a, 0x38, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
  69. 0x2f, 0x78, 0x74, 0x6c, 0x73, 0x2f, 0x78, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f,
  70. 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
  71. 0x65, 0x74, 0x2f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x2f, 0x75, 0x74, 0x70, 0xaa, 0x02,
  72. 0x23, 0x58, 0x72, 0x61, 0x79, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2e,
  73. 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73,
  74. 0x2e, 0x55, 0x74, 0x70, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  75. }
  76. var (
  77. file_transport_internet_headers_utp_config_proto_rawDescOnce sync.Once
  78. file_transport_internet_headers_utp_config_proto_rawDescData = file_transport_internet_headers_utp_config_proto_rawDesc
  79. )
  80. func file_transport_internet_headers_utp_config_proto_rawDescGZIP() []byte {
  81. file_transport_internet_headers_utp_config_proto_rawDescOnce.Do(func() {
  82. file_transport_internet_headers_utp_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_transport_internet_headers_utp_config_proto_rawDescData)
  83. })
  84. return file_transport_internet_headers_utp_config_proto_rawDescData
  85. }
  86. var file_transport_internet_headers_utp_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  87. var file_transport_internet_headers_utp_config_proto_goTypes = []any{
  88. (*Config)(nil), // 0: xray.transport.internet.headers.utp.Config
  89. }
  90. var file_transport_internet_headers_utp_config_proto_depIdxs = []int32{
  91. 0, // [0:0] is the sub-list for method output_type
  92. 0, // [0:0] is the sub-list for method input_type
  93. 0, // [0:0] is the sub-list for extension type_name
  94. 0, // [0:0] is the sub-list for extension extendee
  95. 0, // [0:0] is the sub-list for field type_name
  96. }
  97. func init() { file_transport_internet_headers_utp_config_proto_init() }
  98. func file_transport_internet_headers_utp_config_proto_init() {
  99. if File_transport_internet_headers_utp_config_proto != nil {
  100. return
  101. }
  102. type x struct{}
  103. out := protoimpl.TypeBuilder{
  104. File: protoimpl.DescBuilder{
  105. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  106. RawDescriptor: file_transport_internet_headers_utp_config_proto_rawDesc,
  107. NumEnums: 0,
  108. NumMessages: 1,
  109. NumExtensions: 0,
  110. NumServices: 0,
  111. },
  112. GoTypes: file_transport_internet_headers_utp_config_proto_goTypes,
  113. DependencyIndexes: file_transport_internet_headers_utp_config_proto_depIdxs,
  114. MessageInfos: file_transport_internet_headers_utp_config_proto_msgTypes,
  115. }.Build()
  116. File_transport_internet_headers_utp_config_proto = out.File
  117. file_transport_internet_headers_utp_config_proto_rawDesc = nil
  118. file_transport_internet_headers_utp_config_proto_goTypes = nil
  119. file_transport_internet_headers_utp_config_proto_depIdxs = nil
  120. }