Versions in this module Expand all Collapse all v1 v1.5.0 Aug 1, 2026 Changes in this version + type Decision struct + Allowed bool + RetryAt time.Time + type Store struct + func NewStore(pool *pgxpool.Pool, window time.Duration, limit int) *Store + func (s *Store) Reserve(ctx context.Context, agentID string) (Decision, error) + func (s *Store) Window() time.Duration