Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 2025 Changes in this version + type Hashable interface + ConsistentHashKey func() []byte + type Ring interface + func NewHashRing(config RingConfig) Ring + type RingConfig struct + Degree int + Hasher hashing.Hasher + VirtualNodes int + type RingReader interface + Get func(Hashable) (Hashable, error)