exconsul

v1.0.1

  • Pages
  • Modules
  • Exceptions

    exconsul v1.0.1 Consul.Agent

    Link to this section Summary

    Functions

    checks(opts \\ [])
    force_leave(node, opts \\ [])
    join(address, opts \\ [])
    members(opts \\ [])
    self(opts \\ [])
    services(opts \\ [])

    Link to this section Functions

    Link to this function checks(opts \\ [])
    checks(Keyword.t()) :: Consul.Endpoint.response()
    Link to this function force_leave(node, opts \\ [])
    force_leave(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function join(address, opts \\ [])
    join(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function members(opts \\ [])
    members(Keyword.t()) :: Consul.Endpoint.response()
    Link to this function self(opts \\ [])
    self(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.