tentahook v0.1.1 Tentahook.Callbacks behaviour

Callbacks that every project that use Tentahook must implement.

Summary

Callbacks

Callback for webhooks

Callbacks

handle_webhook(map)

Specs

handle_webhook(map) :: any

Callback for webhooks.

It’s single argument will be map containing GitHub webhook. More info can be found here.

It’s return value will be discarded.