go-fed-activity/deliverer
Cory Slep db08c01e85 Initial deliverer tests 2018-06-13 22:52:19 +02:00
..
README.md Update all the READMEs 2018-05-30 23:48:34 +02:00
deliverer.go Initial deliverer tests 2018-06-13 22:52:19 +02:00
deliverer_test.go Initial deliverer tests 2018-06-13 22:52:19 +02:00

README.md

deliverer

This library is completely optional, provided only for convenience.

An extra utility that provides a simple mechanism to asynchronously deliver federated messages from a pub.Pubber available from the 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.