exconsul

v1.0.1

  • Pages
  • Modules
  • Exceptions

    exconsul v1.0.1 Consul.Catalog

    Link to this section Summary

    Functions

    datacenters(opts \\ [])
    deregister(body, opts \\ [])
    node(id, opts \\ [])
    nodes(opts \\ [])
    service(name, opts \\ [])
    services(opts \\ [])

    Link to this section Functions

    Link to this function datacenters(opts \\ [])
    datacenters(Keyword.t()) :: Consul.Endpoint.response()
    Link to this function deregister(body, opts \\ [])
    deregister(map(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function node(id, opts \\ [])
    node(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function nodes(opts \\ [])
    nodes(Keyword.t()) :: Consul.Endpoint.response()
    Link to this function service(name, opts \\ [])
    service(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function services(opts \\ [])
    services(Keyword.t()) :: Consul.Endpoint.response()

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