Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consistent ¶
type Consistent struct {
// contains filtered or unexported fields
}
func NewConsistent ¶
func NewConsistent() *Consistent
func (*Consistent) Add ¶
func (c *Consistent) Add(node string) error
func (*Consistent) GetNode ¶
func (c *Consistent) GetNode() (node []string)
func (*Consistent) Remove ¶
func (c *Consistent) Remove(node string) error
Click to show internal directories.
Click to hide internal directories.