Versions in this module Expand all Collapse all v0 v0.1.3 Aug 2, 2022 v0.1.2 Jul 29, 2022 Changes in this version + type DoNothingBucket struct + func (d *DoNothingBucket) GetQuota() (*ratelimiter.QuotaResult, error) + func (d *DoNothingBucket) Release() + type RateLimiterReject struct + func (g *RateLimiterReject) Destroy() error + func (g *RateLimiterReject) Init(ctx *plugin.InitContext) error + func (g *RateLimiterReject) InitQuota(criteria *ratelimiter.InitCriteria) (ratelimiter.QuotaBucket, error) + func (g *RateLimiterReject) IsEnable(cfg config.Configuration) bool + func (g *RateLimiterReject) Name() string + func (g *RateLimiterReject) Type() common.Type