Versions in this module Expand all Collapse all v0 v0.1.0 Jul 28, 2024 Changes in this version + func Glob(pattern string, lookup LookupFunc, ls ListFunc) ([]*upspin.DirEntry, error) + func IsLoopback(addr string) bool + type ListFunc func(upspin.PathName) ([]*upspin.DirEntry, error) + type LookupFunc func(upspin.PathName) (*upspin.DirEntry, error) + type RateCounter struct + func NewRateCounter(samples int, d time.Duration) *RateCounter + func (r *RateCounter) Add(val int64) + func (r *RateCounter) Rate() float64 + func (r *RateCounter) String() string + type RateLimiter struct + Backoff time.Duration + Max time.Duration + func (r *RateLimiter) Pass(key string) (bool, time.Duration)