mx_tool v0.1.0 MxTool.Adapter.Base behaviour

Link to this section Summary

Link to this section Types

Link to this type error()
error() :: {:invalid, :no_records}
Link to this type request()
request() :: %MxTool.Request{domain: term}
Link to this type success()
success() :: {:ok, %MxTool.Response{lowest_record: term, records: term}}

Link to this section Callbacks

Link to this callback lookup(request)
lookup(request) :: success | error