peluquero v0.99.21 Peluquero.Utils View Source
Plain utilities for the project
Link to this section Summary
Functions
Quick check for the consul key
Link to this section Functions
Link to this function
consul_key_type(key) View Source
Quick check for the consul key.
## Examples
iex> Peluquero.Utils.consul_key_type("a/b/c/")
{:nested, :bag, "a"}
iex> Peluquero.Utils.consul_key_type("a/b/c")
{:nested, :item, "a"}
iex> Peluquero.Utils.consul_key_type("a/")
{:plain, :bag, "a"}
iex> Peluquero.Utils.consul_key_type("a")
{:plain, :item, "a"}
Link to this function
safe(value) View Source
Link to this macro
safe_method(name, id, param, list) View Source (macro)
Link to this macro