View Source amoc_config_env (amoc v3.0.0-rc1)
Link to this section Summary
Link to this section Functions
-spec format(any(), binary) -> binary();
(any(), string) -> string().
-spec get(amoc_config:name()) -> amoc_config:value().
-spec get(amoc_config:name(), amoc_config:value()) -> amoc_config:value().
-spec parse_value(string() | binary()) -> {ok, amoc_config:value()} | {error, any()}.