config.pb.go 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. package websocket
  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 Header struct {
  15. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
  16. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
  17. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  18. XXX_unrecognized []byte `json:"-"`
  19. XXX_sizecache int32 `json:"-"`
  20. }
  21. func (m *Header) Reset() { *m = Header{} }
  22. func (m *Header) String() string { return proto.CompactTextString(m) }
  23. func (*Header) ProtoMessage() {}
  24. func (*Header) Descriptor() ([]byte, []int) {
  25. return fileDescriptor_c4869c9c0fc9b72f, []int{0}
  26. }
  27. func (m *Header) XXX_Unmarshal(b []byte) error {
  28. return xxx_messageInfo_Header.Unmarshal(m, b)
  29. }
  30. func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  31. return xxx_messageInfo_Header.Marshal(b, m, deterministic)
  32. }
  33. func (m *Header) XXX_Merge(src proto.Message) {
  34. xxx_messageInfo_Header.Merge(m, src)
  35. }
  36. func (m *Header) XXX_Size() int {
  37. return xxx_messageInfo_Header.Size(m)
  38. }
  39. func (m *Header) XXX_DiscardUnknown() {
  40. xxx_messageInfo_Header.DiscardUnknown(m)
  41. }
  42. var xxx_messageInfo_Header proto.InternalMessageInfo
  43. func (m *Header) GetKey() string {
  44. if m != nil {
  45. return m.Key
  46. }
  47. return ""
  48. }
  49. func (m *Header) GetValue() string {
  50. if m != nil {
  51. return m.Value
  52. }
  53. return ""
  54. }
  55. type Config struct {
  56. // URL path to the WebSocket service. Empty value means root(/).
  57. Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
  58. Header []*Header `protobuf:"bytes,3,rep,name=header,proto3" json:"header,omitempty"`
  59. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  60. XXX_unrecognized []byte `json:"-"`
  61. XXX_sizecache int32 `json:"-"`
  62. }
  63. func (m *Config) Reset() { *m = Config{} }
  64. func (m *Config) String() string { return proto.CompactTextString(m) }
  65. func (*Config) ProtoMessage() {}
  66. func (*Config) Descriptor() ([]byte, []int) {
  67. return fileDescriptor_c4869c9c0fc9b72f, []int{1}
  68. }
  69. func (m *Config) XXX_Unmarshal(b []byte) error {
  70. return xxx_messageInfo_Config.Unmarshal(m, b)
  71. }
  72. func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  73. return xxx_messageInfo_Config.Marshal(b, m, deterministic)
  74. }
  75. func (m *Config) XXX_Merge(src proto.Message) {
  76. xxx_messageInfo_Config.Merge(m, src)
  77. }
  78. func (m *Config) XXX_Size() int {
  79. return xxx_messageInfo_Config.Size(m)
  80. }
  81. func (m *Config) XXX_DiscardUnknown() {
  82. xxx_messageInfo_Config.DiscardUnknown(m)
  83. }
  84. var xxx_messageInfo_Config proto.InternalMessageInfo
  85. func (m *Config) GetPath() string {
  86. if m != nil {
  87. return m.Path
  88. }
  89. return ""
  90. }
  91. func (m *Config) GetHeader() []*Header {
  92. if m != nil {
  93. return m.Header
  94. }
  95. return nil
  96. }
  97. func init() {
  98. proto.RegisterType((*Header)(nil), "v2ray.core.transport.internet.websocket.Header")
  99. proto.RegisterType((*Config)(nil), "v2ray.core.transport.internet.websocket.Config")
  100. }
  101. func init() {
  102. proto.RegisterFile("v2ray.com/core/transport/internet/websocket/config.proto", fileDescriptor_c4869c9c0fc9b72f)
  103. }
  104. var fileDescriptor_c4869c9c0fc9b72f = []byte{
  105. // 229 bytes of a gzipped FileDescriptorProto
  106. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x28, 0x33, 0x2a, 0x4a,
  107. 0xac, 0xd4, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x2f, 0x29, 0x4a, 0xcc, 0x2b,
  108. 0x2e, 0xc8, 0x2f, 0x2a, 0xd1, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0xca, 0x4b, 0x2d, 0xd1, 0x2f, 0x4f,
  109. 0x4d, 0x2a, 0xce, 0x4f, 0xce, 0x4e, 0x2d, 0xd1, 0x4f, 0xce, 0xcf, 0x4b, 0xcb, 0x4c, 0xd7, 0x2b,
  110. 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x87, 0xe9, 0x2c, 0x4a, 0xd5, 0x83, 0xeb, 0xd2, 0x83, 0xe9,
  111. 0xd2, 0x83, 0xeb, 0x52, 0x32, 0xe0, 0x62, 0xf3, 0x48, 0x4d, 0x4c, 0x49, 0x2d, 0x12, 0x12, 0xe0,
  112. 0x62, 0xce, 0x4e, 0xad, 0x94, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x02, 0x31, 0x85, 0x44, 0xb8,
  113. 0x58, 0xcb, 0x12, 0x73, 0x4a, 0x53, 0x25, 0x98, 0xc0, 0x62, 0x10, 0x8e, 0x52, 0x36, 0x17, 0x9b,
  114. 0x33, 0xd8, 0x2a, 0x21, 0x21, 0x2e, 0x96, 0x82, 0xc4, 0x92, 0x0c, 0xa8, 0x34, 0x98, 0x2d, 0xe4,
  115. 0xce, 0xc5, 0x96, 0x01, 0x36, 0x4f, 0x82, 0x59, 0x81, 0x59, 0x83, 0xdb, 0x48, 0x5f, 0x8f, 0x48,
  116. 0x97, 0xe8, 0x41, 0x9c, 0x11, 0x04, 0xd5, 0xee, 0xc5, 0xc2, 0xc1, 0x28, 0xc0, 0xe4, 0x94, 0xc2,
  117. 0xa5, 0x9d, 0x9c, 0x9f, 0x4b, 0xac, 0x19, 0x01, 0x8c, 0x51, 0x9c, 0x70, 0xce, 0x2a, 0x26, 0xf5,
  118. 0x30, 0xa3, 0xa0, 0xc4, 0x4a, 0x3d, 0x67, 0x90, 0xb6, 0x10, 0xb8, 0x36, 0x4f, 0x98, 0xb6, 0x70,
  119. 0x98, 0xca, 0x24, 0x36, 0x70, 0xa0, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x7e, 0x60,
  120. 0xf9, 0x70, 0x01, 0x00, 0x00,
  121. }