config v0.1.0 Config.Container behaviour

Handles macroses used inside Config.config/2 and Config.Category.category/2 blocks.

Summary

Macros

Specifies type for category or whole configuration

Types

Macros

type(t)

Specifies type for category or whole configuration.

Supported values are: :keyword and :map or just keyword and map.

Default is :keyword.

Callbacks

handle_compile(map, arg1)

Specs

handle_compile(map, Keyword.t) :: map
handle_definition(any, map)

Specs

handle_definition(any, map) :: map