Module watts_temp_cred_sup

supervisor module for the temporary credential store.

Behaviours: supervisor.

Description

supervisor module for the temporary credential store

Function Index

init/1initialize the supervisor with the process type to start.
new_temp_cred/1start a new data process and supervise it.
start_link/0start_link implementation, starting the supervisor.

Function Details

init/1

init(X1) -> any()

initialize the supervisor with the process type to start

new_temp_cred/1

new_temp_cred(Credential::watts:credential()) -> {ok, pid()}

start a new data process and supervise it

start_link/0

start_link() -> {ok, pid()}

start_link implementation, starting the supervisor


Generated by EDoc