Lockspire.Install.Verify.Check (lockspire v1.0.0)

Copy Markdown

Small helpers for normalized install verification checks.

Summary

Types

result()

@type result() :: %{
  id: atom(),
  status: :ok | :error,
  summary: String.t(),
  details: String.t(),
  fix: String.t()
}

Functions

error(id, summary, details, fix)

@spec error(atom(), String.t(), String.t(), String.t()) :: result()

ok(id, summary, details, fix)

@spec ok(atom(), String.t(), String.t(), String.t()) :: result()