Modules

Classes

DocloopAdapter
DocloopCore
DocloopEndpoint
DocloopError
DocloopLink
EventQueue
QueuedEvent
GithubAdapter
GithubApp
GithubTarget
GithubUser
PaperhiveAdapter
PaperhiveSource

Events


annotation

TODO

Type: Annotation

Type: LinkSkeleton

Type: LinkSkeleton

Type: LinkSkeleton

-attempt

An EventQueue emits this event periodically for every due event.

The event name will be prefixed with the wrapped event's name (e.g. 'my-event-attempt').

Type: module:docloop.EventQueue~QueuedEvent

-done

An EventQueue emits this event when the wrapped event is checked off.

The event name will be prefixed with the wrapped event's name (e.g. 'my-event-done').

Type: module:docloop.EventQueue~QueuedEvent

-fail

An EventQueue emits this event when the wrapped event had not been checked off after all retries where spent.

The event name will be prefixed with the wrapped event's name (e.g. 'my-event-fail').

Type: module:docloop.EventQueue~QueuedEvent