addons.pb.go 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. package encoding
  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 Addons struct {
  16. state protoimpl.MessageState `protogen:"open.v1"`
  17. Flow string `protobuf:"bytes,1,opt,name=Flow,proto3" json:"Flow,omitempty"`
  18. Seed []byte `protobuf:"bytes,2,opt,name=Seed,proto3" json:"Seed,omitempty"`
  19. unknownFields protoimpl.UnknownFields
  20. sizeCache protoimpl.SizeCache
  21. }
  22. func (x *Addons) Reset() {
  23. *x = Addons{}
  24. mi := &file_proxy_vless_encoding_addons_proto_msgTypes[0]
  25. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  26. ms.StoreMessageInfo(mi)
  27. }
  28. func (x *Addons) String() string {
  29. return protoimpl.X.MessageStringOf(x)
  30. }
  31. func (*Addons) ProtoMessage() {}
  32. func (x *Addons) ProtoReflect() protoreflect.Message {
  33. mi := &file_proxy_vless_encoding_addons_proto_msgTypes[0]
  34. if x != nil {
  35. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  36. if ms.LoadMessageInfo() == nil {
  37. ms.StoreMessageInfo(mi)
  38. }
  39. return ms
  40. }
  41. return mi.MessageOf(x)
  42. }
  43. // Deprecated: Use Addons.ProtoReflect.Descriptor instead.
  44. func (*Addons) Descriptor() ([]byte, []int) {
  45. return file_proxy_vless_encoding_addons_proto_rawDescGZIP(), []int{0}
  46. }
  47. func (x *Addons) GetFlow() string {
  48. if x != nil {
  49. return x.Flow
  50. }
  51. return ""
  52. }
  53. func (x *Addons) GetSeed() []byte {
  54. if x != nil {
  55. return x.Seed
  56. }
  57. return nil
  58. }
  59. var File_proxy_vless_encoding_addons_proto protoreflect.FileDescriptor
  60. var file_proxy_vless_encoding_addons_proto_rawDesc = string([]byte{
  61. 0x0a, 0x21, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x76, 0x6c, 0x65, 0x73, 0x73, 0x2f, 0x65, 0x6e,
  62. 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x64, 0x64, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72,
  63. 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
  64. 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x76, 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x65, 0x6e, 0x63, 0x6f,
  65. 0x64, 0x69, 0x6e, 0x67, 0x22, 0x30, 0x0a, 0x06, 0x41, 0x64, 0x64, 0x6f, 0x6e, 0x73, 0x12, 0x12,
  66. 0x0a, 0x04, 0x46, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x46, 0x6c,
  67. 0x6f, 0x77, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x65, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c,
  68. 0x52, 0x04, 0x53, 0x65, 0x65, 0x64, 0x42, 0x7e, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32,
  69. 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x76,
  70. 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x50, 0x01, 0x5a,
  71. 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c,
  72. 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f,
  73. 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2f, 0x76, 0x6c, 0x65, 0x73, 0x73, 0x2f, 0x65, 0x6e, 0x63, 0x6f,
  74. 0x64, 0x69, 0x6e, 0x67, 0xaa, 0x02, 0x1f, 0x56, 0x32, 0x52, 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72,
  75. 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x56, 0x6c, 0x65, 0x73, 0x73, 0x2e, 0x45, 0x6e,
  76. 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  77. })
  78. var (
  79. file_proxy_vless_encoding_addons_proto_rawDescOnce sync.Once
  80. file_proxy_vless_encoding_addons_proto_rawDescData []byte
  81. )
  82. func file_proxy_vless_encoding_addons_proto_rawDescGZIP() []byte {
  83. file_proxy_vless_encoding_addons_proto_rawDescOnce.Do(func() {
  84. file_proxy_vless_encoding_addons_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_proxy_vless_encoding_addons_proto_rawDesc), len(file_proxy_vless_encoding_addons_proto_rawDesc)))
  85. })
  86. return file_proxy_vless_encoding_addons_proto_rawDescData
  87. }
  88. var file_proxy_vless_encoding_addons_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  89. var file_proxy_vless_encoding_addons_proto_goTypes = []any{
  90. (*Addons)(nil), // 0: v2ray.core.proxy.vless.encoding.Addons
  91. }
  92. var file_proxy_vless_encoding_addons_proto_depIdxs = []int32{
  93. 0, // [0:0] is the sub-list for method output_type
  94. 0, // [0:0] is the sub-list for method input_type
  95. 0, // [0:0] is the sub-list for extension type_name
  96. 0, // [0:0] is the sub-list for extension extendee
  97. 0, // [0:0] is the sub-list for field type_name
  98. }
  99. func init() { file_proxy_vless_encoding_addons_proto_init() }
  100. func file_proxy_vless_encoding_addons_proto_init() {
  101. if File_proxy_vless_encoding_addons_proto != nil {
  102. return
  103. }
  104. type x struct{}
  105. out := protoimpl.TypeBuilder{
  106. File: protoimpl.DescBuilder{
  107. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  108. RawDescriptor: unsafe.Slice(unsafe.StringData(file_proxy_vless_encoding_addons_proto_rawDesc), len(file_proxy_vless_encoding_addons_proto_rawDesc)),
  109. NumEnums: 0,
  110. NumMessages: 1,
  111. NumExtensions: 0,
  112. NumServices: 0,
  113. },
  114. GoTypes: file_proxy_vless_encoding_addons_proto_goTypes,
  115. DependencyIndexes: file_proxy_vless_encoding_addons_proto_depIdxs,
  116. MessageInfos: file_proxy_vless_encoding_addons_proto_msgTypes,
  117. }.Build()
  118. File_proxy_vless_encoding_addons_proto = out.File
  119. file_proxy_vless_encoding_addons_proto_goTypes = nil
  120. file_proxy_vless_encoding_addons_proto_depIdxs = nil
  121. }