View Source Mash.Config behaviour (mash v0.3.1)

Configuration module backed by an agent.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callbacks

@callback jobs() :: [%{name: atom(), run: function()}]

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.