lib/actors/config/config.ex
defmodule Actors.Config do
@moduledoc """
`Config` defines methods that allow recovery of system settings
"""
@callback load() :: map()
@callback get(atom()) :: any()
end
defmodule Actors.Config do
@moduledoc """
`Config` defines methods that allow recovery of system settings
"""
@callback load() :: map()
@callback get(atom()) :: any()
end