mholt / caddy-ratelimit

HTTP rate limiting module for Caddy 2
Apache License 2.0
254 stars 17 forks source link

not enough arguments #7

Closed sylloger closed 2 years ago

sylloger commented 2 years ago
#20 125.1 /go/pkg/mod/github.com/mholt/caddy-ratelimit@v0.0.0-20210401181400-cdde3c722a44/distributed.go:106:87: not enough arguments in call to h.storage.Store
#20 125.1   have (string, []byte)
#20 125.1   want (context.Context, string, []byte)
#20 125.1 /go/pkg/mod/github.com/mholt/caddy-ratelimit@v0.0.0-20210401181400-cdde3c722a44/distributed.go:116:54: not enough arguments in call to h.storage.List
#20 125.1   have (string, bool)
#20 125.1   want (context.Context, string, bool)
#20 125.1 /go/pkg/mod/github.com/mholt/caddy-ratelimit@v0.0.0-20210401181400-cdde3c722a44/distributed.go:132:34: not enough arguments in call to h.storage.Load
#20 125.1   have (string)
#20 125.1   want (context.Context, string)