func()

in rate/rate.go [93:95]


func (lim *Limiter) Allow() bool {
	return lim.AllowN(time.Now(), 1)
}