pub fn project_manifest(
fleet: &FleetResolved,
channel: &str,
fleet_resolved_hash: &str,
signed_at: DateTime<Utc>,
ci_commit: Option<&str>,
signature_algorithm: &str,
) -> Result<Option<RolloutManifest>>Expand description
Project one channel out of fleet.resolved. Ok(None) when no host on
the channel has a closureHash. host_set sorted for canonical-byte
stability.