deli v0.2.0-rc.6 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(env, argv)
View Source
host(env, argv)
View Source
host(env :: Deli.env(), argv :: OptionParser.argv()) ::
{:ok, Deli.host()} | {:error, term()}
host(env :: Deli.env(), argv :: OptionParser.argv()) :: {:ok, Deli.host()} | {:error, term()}
Link to this callback
hosts(env, argv)
View Source
hosts(env, argv)
View Source
hosts(env :: Deli.env(), argv :: OptionParser.argv()) :: {:ok, [Deli.host()]}
hosts(env :: Deli.env(), argv :: OptionParser.argv()) :: {:ok, [Deli.host()]}