firma_stack (root module)
Module: firma_stack
Section titled “Module: firma_stack”Contents
Section titled “Contents”Modules
config- Stack config: the resolved inputs needed to boot the stack as one unit.error- Firma stack configuration and startup errors.start- Firma-facing startup entry points.status- Firma-facing status entry point.stop- Firma-facing teardown entry point.
Module: config
Section titled “Module: config”Stack config: the resolved inputs needed to boot the stack as one unit.
[StackConfig] is plain data with no dependency on the firma component
crates. Resolving it from the unified firma.toml lives in the
firma-specific plan module.
Module: error
Section titled “Module: error”Firma stack configuration and startup errors.
Module: start
Section titled “Module: start”Firma-facing startup entry points.
These thin wrappers resolve the firma-specific [authority, sidecar] plan
from a [StackConfig] and hand it to the generic
[firma_process_orchestrator] machinery. They keep the public
firma_stack:: entry paths stable while all process supervision lives in the
orchestrator crate.
Module: status
Section titled “Module: status”Firma-facing status entry point.
A thin wrapper that supplies the firma component names to the generic
[firma_process_orchestrator::status_components] probe.
Module: stop
Section titled “Module: stop”Firma-facing teardown entry point.
A thin wrapper that supplies the firma component names to the generic
[firma_process_orchestrator::stop_components] teardown.