View Source partisan_orchestration_backend behaviour (partisan v5.0.0-beta.21)
Link to this section Summary
Link to this section Callbacks
-callback clients(term()) -> term().
-callback download_artifact(term(), node()) -> term().
-callback servers(term()) -> term().
-callback upload_artifact(term(), node(), term()) -> term().
Link to this section Functions
-spec debug_get_tree(node(), [node()]) -> [{node(), {ordsets:ordset(node()), ordsets:ordset(node())}}].
-spec nodes() -> {ok, [node()]}.
-spec servers() -> {ok, [node()]}.
-spec start_link() -> {ok, pid()} | ignore | {error, term()}.
-spec start_link(list()) -> {ok, pid()} | ignore | {error, term()}.