Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultFlagSet ¶
func RunWithOptions ¶
func RunWithOptions(ctx context.Context, opts *RunOptions) error
Types ¶
type RunOptions ¶
type RunOptions struct { AccountsDatabaseURI string ActivitiesDatabaseURI string FollowersDatabaseURI string PostsDatabaseURI string PostTagsDatabaseURI string DeliveriesDatabaseURI string DeliveryQueueURI string SubscriberURI string URIs *uris.URIs Mode string ActivityId int64 MaxAttempts int // Allows posts to accounts not followed by author but where account is mentioned in post AllowMentions bool Verbose bool }
func OptionsFromFlagSet ¶
Click to show internal directories.
Click to hide internal directories.