deli v0.1.12 Deli.Controller behaviour View Source

Defines a behaviour for a service controller

Link to this section Summary

Link to this section Callbacks

Link to this callback

restart_host(app, host) View Source
restart_host(app :: atom(), host :: String.t()) :: :ok | no_return()

Link to this callback

service_running?(app, host) View Source
service_running?(app :: atom(), host :: String.t()) :: boolean()

Link to this callback

service_status(app, host) View Source
service_status(app :: atom(), host :: String.t()) :: String.t()