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)
/* sort by: | */
func New(nodes []string, hash Hasher) *Rendezvous
(*Rendezvous) Add(node string) (*Rendezvous) Lookup(k string) string (*Rendezvous) Remove(node string) func New(nodes []string, hash Hasher) *Rendezvous
Package-Level Functions (only one)
func New(nodes []string, hash Hasher) *Rendezvous