Versions in this module Expand all Collapse all v0 v0.0.1 Jun 11, 2020 Changes in this version + func DefaultAllowOpts() allowOptions + type AllowOption interface + Apply func(*allowOptions) + type DoneInfo struct + Err error + Op Op + type Limiter interface + Allow func(ctx context.Context, opts ...AllowOption) (func(info DoneInfo), error) + type Op int + const Drop + const Ignore + const Success