ElixirBot.Event behaviour (elixir_bot v0.1.8) View Source
Event
https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
handle_body(ElixirBot.Context.t()) :: {:ok, binary(), ElixirBot.Context.t()} | ElixirBot.Context.error_result()
Specs
handle_invoke_result(Action.Github.invoke_result(), ElixirBot.Context.t()) :: result()
Specs
process(stage(), module(), ElixirBot.Context.t()) :: result()
Link to this section Callbacks
Specs
handle_event(stage(), ElixirBot.Context.t()) :: result()
Specs
name() :: binary()