deli v0.1.21 Deli.Controller behaviour View Source
Defines a behaviour for a service controller
Link to this section Summary
Link to this section Types
Link to this type
app()
View Source
app()
View Source
app() :: atom()
app() :: atom()
Link to this type
host()
View Source
host()
View Source
host() :: String.t()
host() :: String.t()
Link to this section Callbacks
Link to this callback
restart_host(app, host) View Source
Link to this callback
service_running?(app, host) View Source
Link to this callback
service_status(app, host) View Source
Link to this callback
start_host(app, host) View Source
Link to this callback