1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-19 02:16:11 -04:00
v2fly/common/net/port.pb.go

45 lines
1.9 KiB
Go
Raw Normal View History

2016-08-26 18:04:35 -04:00
// Code generated by protoc-gen-go.
2016-08-28 17:41:51 -04:00
// source: v2ray.com/core/common/net/port.proto
2016-08-26 18:04:35 -04:00
// DO NOT EDIT!
package net
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// PortRange represents a range of ports.
type PortRange struct {
2016-10-15 18:23:27 -04:00
From uint32 `protobuf:"varint,1,opt,name=From" json:"From,omitempty"`
To uint32 `protobuf:"varint,2,opt,name=To" json:"To,omitempty"`
2016-08-26 18:04:35 -04:00
}
func (m *PortRange) Reset() { *m = PortRange{} }
func (m *PortRange) String() string { return proto.CompactTextString(m) }
func (*PortRange) ProtoMessage() {}
2016-09-20 04:44:44 -04:00
func (*PortRange) Descriptor() ([]byte, []int) { return fileDescriptor3, []int{0} }
2016-08-26 18:04:35 -04:00
func init() {
2016-09-26 09:14:39 -04:00
proto.RegisterType((*PortRange)(nil), "v2ray.core.common.net.PortRange")
2016-08-26 18:04:35 -04:00
}
2016-09-20 04:44:44 -04:00
func init() { proto.RegisterFile("v2ray.com/core/common/net/port.proto", fileDescriptor3) }
2016-08-26 18:04:35 -04:00
2016-09-20 04:44:44 -04:00
var fileDescriptor3 = []byte{
2016-10-15 18:23:27 -04:00
// 144 bytes of a gzipped FileDescriptorProto
2016-09-26 09:14:39 -04:00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x52, 0x29, 0x33, 0x2a, 0x4a,
0xac, 0xd4, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x4f, 0xce, 0xcf, 0xcd, 0xcd,
0xcf, 0xd3, 0xcf, 0x4b, 0x2d, 0xd1, 0x2f, 0xc8, 0x2f, 0x2a, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9,
0x17, 0x12, 0x85, 0xa9, 0x2a, 0x4a, 0xd5, 0x83, 0xa8, 0xd0, 0xcb, 0x4b, 0x2d, 0x51, 0xd2, 0xe7,
0xe2, 0x0c, 0xc8, 0x2f, 0x2a, 0x09, 0x4a, 0xcc, 0x4b, 0x4f, 0x15, 0x12, 0xe2, 0x62, 0x71, 0x2b,
2016-10-15 18:23:27 -04:00
0xca, 0xcf, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0d, 0x02, 0xb3, 0x85, 0xf8, 0xb8, 0x98, 0x42,
0xf2, 0x25, 0x98, 0xc0, 0x22, 0x4c, 0x21, 0xf9, 0x4e, 0xda, 0x5c, 0x92, 0xc9, 0xf9, 0xb9, 0x7a,
0x58, 0x4d, 0x73, 0x02, 0x9b, 0x15, 0x00, 0xb2, 0x2f, 0x8a, 0x39, 0x2f, 0xb5, 0x24, 0x89, 0x0d,
0x6c, 0xb7, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xfc, 0xe5, 0xb2, 0xd0, 0xa3, 0x00, 0x00, 0x00,
2016-08-26 18:04:35 -04:00
}