Documentation ¶
Index ¶
- type EndPoint
- func (*EndPoint) Descriptor() ([]byte, []int)
- func (m *EndPoint) GetHost() []byte
- func (m *EndPoint) GetHostType() int32
- func (m *EndPoint) GetPort() int32
- func (*EndPoint) ProtoMessage()
- func (m *EndPoint) Reset()
- func (m *EndPoint) String() string
- func (m *EndPoint) XXX_DiscardUnknown()
- func (m *EndPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EndPoint) XXX_Merge(src proto.Message)
- func (m *EndPoint) XXX_Size() int
- func (m *EndPoint) XXX_Unmarshal(b []byte) error
- type Node
- func (*Node) Descriptor() ([]byte, []int)
- func (m *Node) GetExt() []byte
- func (m *Node) GetHostType() uint32
- func (m *Node) GetHostname() []byte
- func (m *Node) GetID() []byte
- func (m *Node) GetNet() uint32
- func (m *Node) GetPort() uint32
- func (*Node) ProtoMessage()
- func (m *Node) Reset()
- func (m *Node) String() string
- func (m *Node) XXX_DiscardUnknown()
- func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Node) XXX_Merge(src proto.Message)
- func (m *Node) XXX_Size() int
- func (m *Node) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndPoint ¶
type EndPoint struct { Host []byte `protobuf:"bytes,1,opt,name=Host,proto3" json:"Host,omitempty"` Port int32 `protobuf:"varint,2,opt,name=Port,proto3" json:"Port,omitempty"` HostType int32 `protobuf:"varint,3,opt,name=HostType,proto3" json:"HostType,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EndPoint) XXX_Marshal ¶
type Node ¶
type Node struct { ID []byte `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Hostname []byte `protobuf:"bytes,2,opt,name=Hostname,proto3" json:"Hostname,omitempty"` HostType uint32 `protobuf:"varint,3,opt,name=HostType,proto3" json:"HostType,omitempty"` Port uint32 `protobuf:"varint,4,opt,name=Port,proto3" json:"Port,omitempty"` Net uint32 `protobuf:"varint,5,opt,name=Net,proto3" json:"Net,omitempty"` Ext []byte `protobuf:"bytes,6,opt,name=Ext,proto3" json:"Ext,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Click to show internal directories.
Click to hide internal directories.