Slack.Supervisor (Slack Elixir v1.2.2)

Copy Markdown View Source

Supervisor that starts the stuff that needs to run.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start the Slack bot supervisor. See README for instructions.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(bot_config)

@spec start_link(config :: keyword()) :: Supervisor.on_start()

Start the Slack bot supervisor. See README for instructions.