Versions in this module Expand all Collapse all v0 v0.0.2 Nov 12, 2024 Changes in this version type RunOptions + ActivitiesDatabaseURI string + MaxAttempts int v0.0.1 Oct 3, 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 + DeliveriesDatabaseURI string + DeliveryQueueURI string + FeedURIs []string + FeedsPublicationLogsDatabaseURI string + FollowersDatabaseURI string + MaxPostsPerFeed int + Mode string + PostTagsDatabaseURI string + PostsDatabaseURI string + Templates *template.Template + URIs *uris.URIs + Verbose bool + func OptionsFromFlagSet(ctx context.Context, fs *flag.FlagSet) (*RunOptions, error)