network.pb.go 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. package net
  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 Network int32
  17. const (
  18. Network_Unknown Network = 0
  19. Network_RawTCP Network = 1 // Deprecated: Do not use.
  20. Network_TCP Network = 2
  21. Network_UDP Network = 3
  22. )
  23. var Network_name = map[int32]string{
  24. 0: "Unknown",
  25. 1: "RawTCP",
  26. 2: "TCP",
  27. 3: "UDP",
  28. }
  29. var Network_value = map[string]int32{
  30. "Unknown": 0,
  31. "RawTCP": 1,
  32. "TCP": 2,
  33. "UDP": 3,
  34. }
  35. func (x Network) String() string {
  36. return proto.EnumName(Network_name, int32(x))
  37. }
  38. func (Network) EnumDescriptor() ([]byte, []int) {
  39. return fileDescriptor_6a103d5ccb9e785e, []int{0}
  40. }
  41. // NetworkList is a list of Networks.
  42. type NetworkList struct {
  43. Network []Network `protobuf:"varint,1,rep,packed,name=network,proto3,enum=v2ray.core.common.net.Network" json:"network,omitempty"`
  44. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  45. XXX_unrecognized []byte `json:"-"`
  46. XXX_sizecache int32 `json:"-"`
  47. }
  48. func (m *NetworkList) Reset() { *m = NetworkList{} }
  49. func (m *NetworkList) String() string { return proto.CompactTextString(m) }
  50. func (*NetworkList) ProtoMessage() {}
  51. func (*NetworkList) Descriptor() ([]byte, []int) {
  52. return fileDescriptor_6a103d5ccb9e785e, []int{0}
  53. }
  54. func (m *NetworkList) XXX_Unmarshal(b []byte) error {
  55. return xxx_messageInfo_NetworkList.Unmarshal(m, b)
  56. }
  57. func (m *NetworkList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  58. return xxx_messageInfo_NetworkList.Marshal(b, m, deterministic)
  59. }
  60. func (m *NetworkList) XXX_Merge(src proto.Message) {
  61. xxx_messageInfo_NetworkList.Merge(m, src)
  62. }
  63. func (m *NetworkList) XXX_Size() int {
  64. return xxx_messageInfo_NetworkList.Size(m)
  65. }
  66. func (m *NetworkList) XXX_DiscardUnknown() {
  67. xxx_messageInfo_NetworkList.DiscardUnknown(m)
  68. }
  69. var xxx_messageInfo_NetworkList proto.InternalMessageInfo
  70. func (m *NetworkList) GetNetwork() []Network {
  71. if m != nil {
  72. return m.Network
  73. }
  74. return nil
  75. }
  76. func init() {
  77. proto.RegisterType((*NetworkList)(nil), "v2ray.core.common.net.NetworkList")
  78. proto.RegisterEnum("v2ray.core.common.net.Network", Network_name, Network_value)
  79. }
  80. func init() {
  81. proto.RegisterFile("v2ray.com/core/common/net/network.proto", fileDescriptor_6a103d5ccb9e785e)
  82. }
  83. var fileDescriptor_6a103d5ccb9e785e = []byte{
  84. // 198 bytes of a gzipped FileDescriptorProto
  85. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2f, 0x33, 0x2a, 0x4a,
  86. 0xac, 0xd4, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x4f, 0xce, 0xcf, 0xcd, 0xcd,
  87. 0xcf, 0xd3, 0xcf, 0x4b, 0x2d, 0x01, 0xe1, 0xf2, 0xfc, 0xa2, 0x6c, 0xbd, 0x82, 0xa2, 0xfc, 0x92,
  88. 0x7c, 0x21, 0x51, 0x98, 0xc2, 0xa2, 0x54, 0x3d, 0x88, 0x22, 0xbd, 0xbc, 0xd4, 0x12, 0x25, 0x77,
  89. 0x2e, 0x6e, 0x3f, 0x88, 0x3a, 0x9f, 0xcc, 0xe2, 0x12, 0x21, 0x0b, 0x2e, 0x76, 0xa8, 0x36, 0x09,
  90. 0x46, 0x05, 0x66, 0x0d, 0x3e, 0x23, 0x39, 0x3d, 0xac, 0xfa, 0xf4, 0xa0, 0x9a, 0x82, 0x60, 0xca,
  91. 0xb5, 0x2c, 0xb8, 0xd8, 0xa1, 0x62, 0x42, 0xdc, 0x5c, 0xec, 0xa1, 0x79, 0xd9, 0x79, 0xf9, 0xe5,
  92. 0x79, 0x02, 0x0c, 0x42, 0x7c, 0x5c, 0x6c, 0x41, 0x89, 0xe5, 0x21, 0xce, 0x01, 0x02, 0x8c, 0x52,
  93. 0x4c, 0x1c, 0x8c, 0x42, 0xec, 0x5c, 0xcc, 0x20, 0x0e, 0x13, 0x88, 0x11, 0xea, 0x12, 0x20, 0xc0,
  94. 0xec, 0x64, 0xc5, 0x25, 0x99, 0x9c, 0x9f, 0x8b, 0xdd, 0x9e, 0x00, 0xc6, 0x28, 0xe6, 0xbc, 0xd4,
  95. 0x92, 0x55, 0x4c, 0xa2, 0x61, 0x46, 0x41, 0x89, 0x95, 0x7a, 0xce, 0x20, 0x69, 0x67, 0x88, 0xb4,
  96. 0x5f, 0x6a, 0x49, 0x12, 0x1b, 0xd8, 0x73, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xef, 0x75,
  97. 0xd9, 0x5b, 0x07, 0x01, 0x00, 0x00,
  98. }