Versions in this module Expand all Collapse all v1 v1.7.17 Jun 16, 2023 v1.7.12 Dec 7, 2021 v1.7.11 Aug 5, 2021 Changes in this version + type DefaultNodeInfo struct + Ip string + Offline bool + Port int + Weight uint64 + func (d *DefaultNodeInfo) GetIp() string + func (d *DefaultNodeInfo) GetOffline() bool + func (d *DefaultNodeInfo) GetPort() int + func (d *DefaultNodeInfo) GetWeight() uint64 + type NodeInfo interface + GetIp func() string + GetOffline func() bool + GetPort func() int + GetWeight func() uint64