Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultNodeInfo ¶
type DefaultNodeInfo struct { Ip string `json:"ip"` Port int `json:"port"` Offline bool `json:"offline"` Weight uint64 `json:"weight"` }
func (*DefaultNodeInfo) GetIp ¶
func (d *DefaultNodeInfo) GetIp() string
func (*DefaultNodeInfo) GetOffline ¶
func (d *DefaultNodeInfo) GetOffline() bool
func (*DefaultNodeInfo) GetPort ¶
func (d *DefaultNodeInfo) GetPort() int
func (*DefaultNodeInfo) GetWeight ¶
func (d *DefaultNodeInfo) GetWeight() uint64
Click to show internal directories.
Click to hide internal directories.