pub fn advance_record(
record: &mut CertRecord,
config: &BackoffConfig,
) -> Option<StateTransition>Expand description
Advance a CertRecord by one reconcile step using the given backoff config.
Returns a StateTransition when the state changes, None when no change
is made (Done, Wait, or backoff not yet exhausted without a retry-triggering
condition).
Mutates record in place — caller must save the StateStore afterward.