Behaviours: supervisor.
| init/1 | |
| start_child/1 | |
| start_link/0 |
init(Args::term()) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}
start_child(Opts::binbo_server:server_opts()) -> {ok, pid()} | {error, term()}
start_link() -> {ok, pid()}
Generated by EDoc