Packages

Typed environment variable readers for Gleam built on top of envoy.

Current section

Files

Jump to
envoker include envoker@config_ConfigField.hrl
Raw

include/envoker@config_ConfigField.hrl

-record(config_field, {
apply :: fun((any()) -> {ok, any()} |
{error, envoker@error:env_field_error()})
}).