Versions in this module Expand all Collapse all v0 v0.0.4 May 22, 2023 v0.0.3 Dec 21, 2022 Changes in this version + type Attempt struct + func New(opts Options) (*Attempt, error) + func (o *Attempt) Run(ctx context.Context) (bool, error) + type MetricsReporter interface + type Options struct + AcquireLock func() + BaseDir string + ChangedFile string + Config *config.Handler + Final bool + Journal *journal.Journal + Logger *zap.Logger + Metrics MetricsReporter