Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockListItem ¶
BlockListItem represents block list item entity.
type ClusterMember ¶ added in v0.50.0
type ClusterMember struct { InstanceID string Host string Port int APIVer *version.SemanticVersion }
ClusterMember represents a cluster instance address and port.
func (*ClusterMember) String ¶ added in v0.50.0
func (m *ClusterMember) String() string
String returns Member string representation.
Click to show internal directories.
Click to hide internal directories.