package rendezvous

Import Path
	github.com/dgryski/go-rendezvous (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files rdv.go
Package-Level Type Names (total 2, both are exported)
/* sort exporteds by: | */
func New(nodes []string, hash Hasher) *Rendezvous
(*T) Add(node string) (*T) Lookup(k string) string (*T) Remove(node string) func New(nodes []string, hash Hasher) *Rendezvous
Package-Level Functions (total 2, in which 1 are exported)
func New(nodes []string, hash Hasher) *Rendezvous