riptide v0.2.79 Riptide
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Supervisor.init/1
.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
delete(path)
Link to this function
delete(path, state)
Link to this function
delete!(path)
Link to this function
delete!(path, state)
Link to this function
init(opts)
Callback implementation for Supervisor.init/1
.
Link to this function
merge(path, value)
Link to this function
merge(path, value, state)
Link to this function
merge!(path, value)
Link to this function
merge!(path, value, state)
Link to this function
mutation(mut)
Link to this function
mutation(mut, state)
Link to this function
mutation!(mut)
Link to this function
mutation!(mut, state)
Link to this function
query(query, state \\ %{internal: true})
Link to this function
query_path(path, opts \\ %{}, state \\ %{internal: true})
Link to this function
query_path!(path, opts \\ %{}, state \\ %{internal: true})
Link to this function
start_link(opts \\ %{})
Link to this function