Consul v0.1.5 Consul.KV
Higher level abstraction on top of Consul’s Key Value api.
Summary
Types
Functions
Get a new Consul.KV
struct from the key of the passed in struct.
options
are optional. These are the same options the Consul.HTTP.Raw
client will take. They are passed through.
Examples
iex> Consul.KV.get(%Consul.KV{key: "wat"})
%Consul.KV{}
iex> Consul.KV.get("wat")
%Consul.KV{}