Copyright © 2020 Marc Worrell
Behaviours: supervisor.
Authors: Marc Worrell (marc@worrell.nl).
init/1 | Supervisor callback, returns the supervisor tree for the zotonic site services. |
start_link/1 | API for starting the site services supervisor. |
init(SiteProps::proplists:proplist()) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}
Supervisor callback, returns the supervisor tree for the zotonic site services
start_link(SiteProps) -> any()
API for starting the site services supervisor.
Generated by EDoc