View Source Consul.YamlCodec behaviour (consulex v0.2.1)

Link to this section Summary

Link to this section Types

Specs

yaml_value() ::
  nil | true | false | list() | float() | integer() | String.t() | map()

Link to this section Callbacks

Link to this callback

read_from_string(iodata)

View Source

Specs

read_from_string(iodata()) :: {:ok, yaml_value()} | {:error, term()}

Link to this section Functions

Link to this function

read_from_string(iodata)

View Source