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(
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |