Packages

Environment diagnostics and health checks for Elixir.

Current section

Files

Jump to
botica lib botica.ex
Raw

lib/botica.ex

defmodule Botica do
@moduledoc """
Botica provides environment diagnostics and health checks.
## Dependencies
Requires `:apero` and `:arrea` as dependencies.
"""
@doc """
Returns the Doctor module for running diagnostics.
"""
defdelegate run(config), to: Botica.Doctor, as: :run
end