Add module docs for InMemory client

master
Milton Mazzarri 2017-04-10 23:32:31 -05:00
parent 2fd54e1801
commit 8d03f0bc81
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
defmodule Hunter.Api.InMemory do
@moduledoc """
In-Memory Client (for testing purposes)
"""
@behaviour Hunter.Api
def verify_credentials(_) do