activity/deliverer
Cory Slep c6c350e4d0 Move the DelivererPool out of ActivityPub.
This simplifies testing and allows other implementations to supply a
basic version instead.
2018-04-04 20:36:23 +02:00
..
README.md Move the DelivererPool out of ActivityPub. 2018-04-04 20:36:23 +02:00
deliverer.go Move the DelivererPool out of ActivityPub. 2018-04-04 20:36:23 +02:00

README.md

deliverer

An extra utility that provides a simple mechanism to asynchronously deliver federated messages from a Pubber available from the github.com/go-fed/activity/pub library.

It implements the pub.Deliverer interface.

The parent application may provide a way to persist delivery attempts in a way that survives shutdown by implementing the new DeliveryPersister interface. The sky is the limit.