Behaviours: supervisor.
init/1 | initialize the supervisor with the process type to start. |
new_temp_cred/1 | start a new data process and supervise it. |
start_link/0 | start_link implementation, starting the supervisor. |
init(X1) -> any()
initialize the supervisor with the process type to start
new_temp_cred(Credential::watts:credential()) -> {ok, pid()}
start a new data process and supervise it
start_link() -> {ok, pid()}
start_link implementation, starting the supervisor
Generated by EDoc