ExStorageService.Operations.Cluster (ex_storage_service v0.6.3)

Copy Markdown View Source

Operator-facing cluster bootstrap and status operations.

These functions are deliberately process-free. They compose the existing Concord readiness, persistent membership, and sanitized status boundaries.

Summary

Functions

bootstrap(context, opts \\ [])

@spec bootstrap(
  ExStorageService.Context.t(),
  keyword()
) :: {:ok, map()} | {:error, term()}

status(context, opts \\ [])

@spec status(
  ExStorageService.Context.t(),
  keyword()
) :: {:ok, map()} | {:error, term()}