Raxx.Verify
Verify that Server adapters are correctly implementing a Raxx Interface
Installation
If available in Hex, the package can be installed as:
-
Add
raxx_verifyto your list of dependencies inmix.exs:
```elixir
def deps do
[{:raxx_verify, "~> 0.1.0"}]
end
```-
Ensure
raxx_verifyis started before your application:
```elixir
def application do
[applications: [:raxx_verify]]
end
```