View Source LemonEx.Webhooks.Handler behaviour (lemon_ex v0.2.4)

Summary

Callbacks

@callback handle_event(event :: LemonEx.Webhooks.Event.t()) ::
  :ok | {:error, reason :: binary()}