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

Specs

result() :: ElixirBot.Context.result()

Specs

run_result() :: {:raw, binary()} | {{:code_block, :elixir | nil}, binary()}

Specs

Link to this section Functions

Specs

Link to this function

handle_invoke_result(arg, ctx)

View Source

Specs

handle_invoke_result(Action.Github.invoke_result(), ElixirBot.Context.t()) ::
  result()
Link to this function

process(stage, module, ctx)

View Source

Specs

process(stage(), module(), ElixirBot.Context.t()) :: result()

Link to this section Callbacks

Link to this callback

handle_event(stage, arg2)

View Source

Specs

handle_event(stage(), ElixirBot.Context.t()) :: result()

Specs

name() :: binary()