exconsul

v1.0.1

  • Pages
  • Modules
  • Exceptions

    exconsul v1.0.1 Consul.Kv

    Link to this section Summary

    Functions

    delete(key, opts \\ [])
    delete!(key, opts \\ [])
    fetch(key, opts \\ [], http_opts \\ [])
    fetch!(key, opts \\ [])
    keys(prefix)
    keys!(prefix)
    put(key, value, opts \\ [])
    put!(key, value, opts \\ [])

    Link to this section Functions

    Link to this function delete(key, opts \\ [])
    delete(binary() | [binary()], Keyword.t()) :: Consul.Endpoint.response()
    Link to this function delete!(key, opts \\ [])
    delete!(binary() | [binary()], Keyword.t()) :: Consul.Response.t() | no_return()
    Link to this function fetch(key, opts \\ [], http_opts \\ [])
    Link to this function fetch!(key, opts \\ [])
    fetch!(binary() | [binary()], Keyword.t()) :: Consul.Response.t() | no_return()
    Link to this function keys(prefix)
    keys(binary() | [binary()]) :: Consul.Endpoint.response()
    Link to this function keys!(prefix)
    keys!(binary() | [binary()]) :: Consul.Response.t() | no_return()
    Link to this function put(key, value, opts \\ [])
    put(binary() | [binary()], term(), Keyword.t()) :: boolean()
    Link to this function put!(key, value, opts \\ [])
    put!(binary() | [binary()], term(), Keyword.t()) ::
      Consul.Response.t() | no_return()

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.