Versions in this module Expand all Collapse all v3 v3.80.13 Sep 25, 2024 v3.80.12 Sep 24, 2024 Changes in this version + var ErrNoQuota = xerrors.Wrap(errors.New("no retry quota")) + func Limited(attemptsPerSecond int, opts ...fixedBudgetOption) *fixedBudget + func Percent(percent int) *percentBudget + type Budget interface + Acquire func(ctx context.Context) error