Module mero_cluster_sup

Behaviours: supervisor.

Function Index

init/1
start_link/1 Starts a list of workers with the provided configuration.

Function Details

init/1

init(X1) -> any()

start_link/1

start_link(ClusterName::atom()) -> {ok, Pid::pid()} | {error, Reason::term()}

Starts a list of workers with the provided configuration


Generated by EDoc