Versions in this module Expand all Collapse all v0 v0.0.3 Nov 25, 2024 v0.0.2 Nov 12, 2024 Changes in this version type RunOptions + Verbose bool v0.0.1 Oct 8, 2024 Changes in this version + func DefaultFlagSet() *flag.FlagSet + func Run(ctx context.Context, logger *slog.Logger) error + func RunWithFlagSet(ctx context.Context, fs *flag.FlagSet, logger *slog.Logger) error + func RunWithOptions(ctx context.Context, opts *RunOptions, logger *slog.Logger) error + type RunOptions struct + AccountName string + AccountsDatabaseURI string + BlockHost string + BlockName string + BlocksDatabaseURI string + Undo bool + func OptionsFromFlagSet(ctx context.Context, fs *flag.FlagSet) (*RunOptions, error)