Versions in this module Expand all Collapse all v0 v0.26.0 Jan 13, 2024 Changes in this version + type Service struct + func (s Service) Enabled() bool + func (s Service) Execute(ctx context.Context, name string, duration time.Duration, ...) error + func (s Service) Try(ctx context.Context, name string, duration time.Duration, ...) (bool, error) v0.25.0 Jun 17, 2023 Changes in this version + const Duration + type App struct + func New(redisClient redis.Client) App + func (a App) Enabled() bool + func (a App) Execute(ctx context.Context, name string, duration time.Duration, ...) error + func (a App) Try(ctx context.Context, name string, duration time.Duration, ...) (bool, error)