Current section
Files
Jump to
Current section
Files
src/tagg_config.erl
-module(tagg_config).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([tagg/0]).
-type tagg() :: {tagg,
binary(),
gleam@dict:dict(binary(), fun((tagg(), section:section(), cx:context()) -> {ok,
list(section:section())} |
{error, tagg_error:tagg_error()}))}.