exconsul

v1.0.1

  • Pages
  • Modules
  • Exceptions

    exconsul v1.0.1 Consul.Agent.Check

    Link to this section Summary

    Functions

    deregister(id, opts \\ [])
    fail(id, opts \\ [])
    pass(id, opts \\ [])
    register(body, opts \\ [])
    warn(id, opts \\ [])

    Link to this section Functions

    Link to this function deregister(id, opts \\ [])
    deregister(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function fail(id, opts \\ [])
    fail(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function pass(id, opts \\ [])
    pass(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function register(body, opts \\ [])
    register(map(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function warn(id, opts \\ [])
    warn(binary(), Keyword.t()) :: Consul.Endpoint.response()

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