Versions in this module Expand all Collapse all v1 v1.1.0 Sep 20, 2019 Changes in this version type Consistent + UseFnv bool v1.0.0 Jul 26, 2017 Changes in this version + var ErrEmptyCircle = errors.New("empty circle") + type Consistent struct + NumberOfReplicas int + func New() *Consistent + func (c *Consistent) Add(elt string) + func (c *Consistent) Get(name string) (string, error) + func (c *Consistent) GetN(name string, n int) ([]string, error) + func (c *Consistent) GetTwo(name string) (string, string, error) + func (c *Consistent) Members() []string + func (c *Consistent) Remove(elt string) + func (c *Consistent) Set(elts []string)