Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServiceName string ServiceIRI *url.URL Topic string RedeliveryConfig *redelivery.Config MaxRecipients int MaxConcurrentRequests int }
Config holds configuration parameters for the outbox.
type Outbox ¶
Outbox implements the ActivityPub outbox.
func New ¶
func New(cfg *Config, s store.Store, pubSub pubSub, t httpTransport, activityHandler service.ActivityHandler, apClient activityPubClient, resourceResolver resourceResolver, handlerOpts ...service.HandlerOpt) (*Outbox, error)
New returns a new ActivityPub Outbox.
Click to show internal directories.
Click to hide internal directories.