2018-04-05 03:32:55 +09:00
|
|
|
# deliverer
|
|
|
|
|
2018-05-31 06:48:34 +09:00
|
|
|
This library is completely optional, provided only for convenience.
|
|
|
|
|
2018-04-05 03:32:55 +09:00
|
|
|
An extra utility that provides a simple mechanism to asynchronously deliver
|
2018-05-31 06:48:34 +09:00
|
|
|
federated messages from a `pub.Pubber` available from the `go-fed/activity/pub`
|
|
|
|
library.
|
2018-04-05 03:32:55 +09:00
|
|
|
|
|
|
|
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.
|