Packages

A distributed service registry built on top of phoenix_pubsub. Requests are dispatched to one or more services based on hashed keys.

Current section

Files

Jump to
dispatch test dispatch_test.exs
Raw

test/dispatch_test.exs

defmodule DispatchTest do
use ExUnit.Case
doctest Dispatch
test "the truth" do
assert 1 + 1 == 2
end
end