octomachinery.routing.default_router module¶
Default GitHub event dispatcher.
-
octomachinery.routing.default_router.
WEBHOOK_EVENTS_ROUTER
= <octomachinery.routing.routers.ConcurrentRouter object>¶ An event dispatcher for webhooks.
-
async
octomachinery.routing.default_router.
dispatch_event
(event: octomachinery.github.models.events.GitHubEvent, *args: Any, **kwargs: Any) → None¶ Invoke coroutine callbacks for the given event together.