Behaviours: supervisor.
ets_worker/0* | the ets worker configuration. |
init/1 | intialize the supervisor. |
init_worker/0* | the init worker configuration. |
jwt_key_worker/0* | the jwt key worker configuration. |
plugin_supervisor/0* | the plugin supervisor configuration. |
plugin_worker/0* | the plugin worker configuration. |
rsp_keys_supervisor/0* | the rsp keys supervisor configuration. |
sessions_supervisor/0* | the sessions supervisor configuration. |
sqlite_worker/0* | the sqlite worker configuration. |
start_link/0 | start the supervisor. |
temp_cred/0* | the temp_cred worker configuration. |
temp_cred_sup/0* | the temp_cred supervisor configuration. |
ets_worker() -> map()
the ets worker configuration
init(X1) -> any()
intialize the supervisor
init_worker() -> map()
the init worker configuration
jwt_key_worker() -> map()
the jwt key worker configuration
plugin_supervisor() -> map()
the plugin supervisor configuration
plugin_worker() -> map()
the plugin worker configuration
rsp_keys_supervisor() -> map()
the rsp keys supervisor configuration
To do
sessions_supervisor() -> map()
the sessions supervisor configuration
sqlite_worker() -> map()
the sqlite worker configuration
To do
start_link() -> {ok, pid()}
start the supervisor
temp_cred() -> map()
the temp_cred worker configuration
temp_cred_sup() -> map()
the temp_cred supervisor configuration
Generated by EDoc