Versions in this module Expand all Collapse all v1 v1.0.6 Sep 20, 2020 v1.0.5 Aug 25, 2020 Changes in this version + var ErrKeyNotPresent = errors.New("key is not present") + type HashCircler interface + Add func(key string) + Delete func(key string) + Hash func(input string) (key string, err error) + func NewConsistentHashCircler(keys []string, hashFunc func(string) uint64) (HashCircler, error)