type github.com/go-redis/redis_rate/v9.Limiter

6 uses

	github.com/go-redis/redis_rate/v9 (current package)
		rate.go#L74: type Limiter struct {
		rate.go#L79: func NewLimiter(rdb rediser) *Limiter {
		rate.go#L80: 	return &Limiter{
		rate.go#L86: func (l Limiter) Allow(ctx context.Context, key string, limit Limit) (*Result, error) {
		rate.go#L91: func (l Limiter) AllowN(
		rate.go#L127: func (l Limiter) AllowAtMost(