deli v0.2.0-rc.4 Deli.HostFilter behaviour View Source
Defines a behaviour for a host filter
Link to this section Summary
Link to this section Callbacks
Link to this callback
host(arg1, arg2)
View Source
host(arg1, arg2)
View Source
host(Deli.env(), OptionParser.argv()) :: {:ok, Deli.host()} | {:error, term()}
host(Deli.env(), OptionParser.argv()) :: {:ok, Deli.host()} | {:error, term()}
Link to this callback
hosts(arg1, arg2)
View Source
hosts(arg1, arg2)
View Source
hosts(Deli.env(), OptionParser.argv()) :: {:ok, [Deli.host()]}
hosts(Deli.env(), OptionParser.argv()) :: {:ok, [Deli.host()]}