headers.pb.go 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. package protocol
  2. import proto "github.com/golang/protobuf/proto"
  3. import fmt "fmt"
  4. import math "math"
  5. // Reference imports to suppress errors if they are not otherwise used.
  6. var _ = proto.Marshal
  7. var _ = fmt.Errorf
  8. var _ = math.Inf
  9. // This is a compile-time assertion to ensure that this generated file
  10. // is compatible with the proto package it is being compiled against.
  11. // A compilation error at this line likely means your copy of the
  12. // proto package needs to be updated.
  13. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  14. type SecurityType int32
  15. const (
  16. SecurityType_UNKNOWN SecurityType = 0
  17. SecurityType_LEGACY SecurityType = 1
  18. SecurityType_AUTO SecurityType = 2
  19. SecurityType_AES128_GCM SecurityType = 3
  20. SecurityType_CHACHA20_POLY1305 SecurityType = 4
  21. SecurityType_NONE SecurityType = 5
  22. )
  23. var SecurityType_name = map[int32]string{
  24. 0: "UNKNOWN",
  25. 1: "LEGACY",
  26. 2: "AUTO",
  27. 3: "AES128_GCM",
  28. 4: "CHACHA20_POLY1305",
  29. 5: "NONE",
  30. }
  31. var SecurityType_value = map[string]int32{
  32. "UNKNOWN": 0,
  33. "LEGACY": 1,
  34. "AUTO": 2,
  35. "AES128_GCM": 3,
  36. "CHACHA20_POLY1305": 4,
  37. "NONE": 5,
  38. }
  39. func (x SecurityType) String() string {
  40. return proto.EnumName(SecurityType_name, int32(x))
  41. }
  42. func (SecurityType) EnumDescriptor() ([]byte, []int) {
  43. return fileDescriptor_headers_22aa312cf9baa01e, []int{0}
  44. }
  45. type SecurityConfig struct {
  46. Type SecurityType `protobuf:"varint,1,opt,name=type,enum=v2ray.core.common.protocol.SecurityType" json:"type,omitempty"`
  47. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  48. XXX_unrecognized []byte `json:"-"`
  49. XXX_sizecache int32 `json:"-"`
  50. }
  51. func (m *SecurityConfig) Reset() { *m = SecurityConfig{} }
  52. func (m *SecurityConfig) String() string { return proto.CompactTextString(m) }
  53. func (*SecurityConfig) ProtoMessage() {}
  54. func (*SecurityConfig) Descriptor() ([]byte, []int) {
  55. return fileDescriptor_headers_22aa312cf9baa01e, []int{0}
  56. }
  57. func (m *SecurityConfig) XXX_Unmarshal(b []byte) error {
  58. return xxx_messageInfo_SecurityConfig.Unmarshal(m, b)
  59. }
  60. func (m *SecurityConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  61. return xxx_messageInfo_SecurityConfig.Marshal(b, m, deterministic)
  62. }
  63. func (dst *SecurityConfig) XXX_Merge(src proto.Message) {
  64. xxx_messageInfo_SecurityConfig.Merge(dst, src)
  65. }
  66. func (m *SecurityConfig) XXX_Size() int {
  67. return xxx_messageInfo_SecurityConfig.Size(m)
  68. }
  69. func (m *SecurityConfig) XXX_DiscardUnknown() {
  70. xxx_messageInfo_SecurityConfig.DiscardUnknown(m)
  71. }
  72. var xxx_messageInfo_SecurityConfig proto.InternalMessageInfo
  73. func (m *SecurityConfig) GetType() SecurityType {
  74. if m != nil {
  75. return m.Type
  76. }
  77. return SecurityType_UNKNOWN
  78. }
  79. func init() {
  80. proto.RegisterType((*SecurityConfig)(nil), "v2ray.core.common.protocol.SecurityConfig")
  81. proto.RegisterEnum("v2ray.core.common.protocol.SecurityType", SecurityType_name, SecurityType_value)
  82. }
  83. func init() {
  84. proto.RegisterFile("v2ray.com/core/common/protocol/headers.proto", fileDescriptor_headers_22aa312cf9baa01e)
  85. }
  86. var fileDescriptor_headers_22aa312cf9baa01e = []byte{
  87. // 252 bytes of a gzipped FileDescriptorProto
  88. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x29, 0x33, 0x2a, 0x4a,
  89. 0xac, 0xd4, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x4f, 0xce, 0xcf, 0xcd, 0xcd,
  90. 0xcf, 0xd3, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0xce, 0xcf, 0xd1, 0xcf, 0x48, 0x4d, 0x4c, 0x49,
  91. 0x2d, 0x2a, 0xd6, 0x03, 0x0b, 0x08, 0x49, 0xc1, 0x54, 0x17, 0xa5, 0xea, 0x41, 0x54, 0xea, 0xc1,
  92. 0x54, 0x2a, 0xf9, 0x71, 0xf1, 0x05, 0xa7, 0x26, 0x97, 0x16, 0x65, 0x96, 0x54, 0x3a, 0xe7, 0xe7,
  93. 0xa5, 0x65, 0xa6, 0x0b, 0xd9, 0x70, 0xb1, 0x94, 0x54, 0x16, 0xa4, 0x4a, 0x30, 0x2a, 0x30, 0x6a,
  94. 0xf0, 0x19, 0x69, 0xe8, 0xe1, 0xd6, 0xac, 0x07, 0xd3, 0x19, 0x52, 0x59, 0x90, 0x1a, 0x04, 0xd6,
  95. 0xa5, 0x95, 0xc4, 0xc5, 0x83, 0x2c, 0x2a, 0xc4, 0xcd, 0xc5, 0x1e, 0xea, 0xe7, 0xed, 0xe7, 0x1f,
  96. 0xee, 0x27, 0xc0, 0x20, 0xc4, 0xc5, 0xc5, 0xe6, 0xe3, 0xea, 0xee, 0xe8, 0x1c, 0x29, 0xc0, 0x28,
  97. 0xc4, 0xc1, 0xc5, 0xe2, 0x18, 0x1a, 0xe2, 0x2f, 0xc0, 0x24, 0xc4, 0xc7, 0xc5, 0xe5, 0xe8, 0x1a,
  98. 0x6c, 0x68, 0x64, 0x11, 0xef, 0xee, 0xec, 0x2b, 0xc0, 0x2c, 0x24, 0xca, 0x25, 0xe8, 0xec, 0xe1,
  99. 0xe8, 0xec, 0xe1, 0x68, 0x64, 0x10, 0x1f, 0xe0, 0xef, 0x13, 0x69, 0x68, 0x6c, 0x60, 0x2a, 0xc0,
  100. 0x02, 0xd2, 0xe0, 0xe7, 0xef, 0xe7, 0x2a, 0xc0, 0xea, 0xe4, 0xc9, 0x25, 0x97, 0x9c, 0x9f, 0x8b,
  101. 0xc7, 0x61, 0x01, 0x8c, 0x51, 0x1c, 0x30, 0xf6, 0x2a, 0x26, 0xa9, 0x30, 0xa3, 0xa0, 0xc4, 0x4a,
  102. 0x3d, 0x67, 0x90, 0x42, 0x67, 0x88, 0xc2, 0x00, 0xa8, 0x64, 0x12, 0x1b, 0x58, 0x99, 0x31, 0x20,
  103. 0x00, 0x00, 0xff, 0xff, 0x0b, 0xc1, 0xe1, 0x94, 0x51, 0x01, 0x00, 0x00,
  104. }