headers.pb.go 4.6 KB

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