type github.com/dgryski/go-rendezvous.Hasher

3 uses

	github.com/dgryski/go-rendezvous (current package)
		rdv.go#L7: 	hash  Hasher
		rdv.go#L10: type Hasher func(s string) uint64
		rdv.go#L12: func New(nodes []string, hash Hasher) *Rendezvous {