exconsul

v1.0.1

  • Pages
  • Modules
  • Exceptions

    exconsul v1.0.1 Consul.Session

    Link to this section Summary

    Functions

    create(body, opts \\ [])
    create!(body, opts \\ [])
    destroy(session_id, opts \\ [])
    info(session_id, opts \\ [])
    list(opts \\ [])
    node(node_id, opts \\ [])
    renew(session_id, opts \\ [])

    Link to this section Functions

    Link to this function create(body, opts \\ [])
    create(map(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function create!(body, opts \\ [])
    create!(map(), Keyword.t()) :: binary() | no_return()
    Link to this function destroy(session_id, opts \\ [])
    destroy(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function info(session_id, opts \\ [])
    info(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function list(opts \\ [])
    list(Keyword.t()) :: Consul.Endpoint.response()
    Link to this function node(node_id, opts \\ [])
    node(binary(), Keyword.t()) :: Consul.Endpoint.response()
    Link to this function renew(session_id, opts \\ [])
    renew(binary(), Keyword.t()) :: Consul.Endpoint.response()

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