Current section

Files

Jump to
spawn lib actors config config.ex
Raw

lib/actors/config/config.ex

defmodule Actors.Config do
@moduledoc """
`Config` defines methods that allow recovery of system settings
"""
@callback load(module) :: map()
@callback get(module, atom()) :: any()
end