config v0.1.0 Config.Category

Handles macroses to define config category.

Following macroses available inside category/2 block:

Summary

Macros

Specifies configuration category

Types

t :: %Config.Category{children: Config.Container.children, name: Atom.t, type: Config.Container.type}

Macros

category(name, opts)

Specifies configuration category

Available only inside Config.config/2 and other Config.category/2 blocks.