Skip to content

log_contract

Structs

Functions


firma_authority::startup::log_contract::StartupReport

Section titled “firma_authority::startup::log_contract::StartupReport”

Struct

Inputs needed to emit the ready sequence.

Generic Parameters:

  • ‘a

Fields:

  • policy_dir: &'a std::path::Path - Filesystem path to the policy directory used by the authority.
  • configured_listen_addr: &'a str - Listen address as configured (before bind resolution).
  • policy_count: usize - Number of .cedar files loaded into the enforcement bundle.
  • effective_listen_addr: String - Effective listen address after bind (host:port).

firma_authority::startup::log_contract::log_ready_sequence

Section titled “firma_authority::startup::log_contract::log_ready_sequence”

Function

Emit the four contract lines at INFO level, in order.

fn log_ready_sequence(report: &StartupReport)