z_module_sup (zotonic_core v1.0.0-rc.17)
Supervisor for a site's modules
Summary
Functions
API for starting the sites dispatcher and manager
Functions
-spec init(list()) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.
-spec start_link(atom()) -> gen_server:start_ret().
API for starting the sites dispatcher and manager
-spec start_module(atom(), supervisor:child_spec(), Site :: atom()) -> supervisor:startchild_ret() | {error, term()}.