canic-host 0.70.11

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod artifacts;
mod authority;
mod deployment;

pub use artifacts::{artifact_gate_phase_receipt, artifact_gate_role_phase_receipts};
pub use authority::{
    AuthorityEvidenceError, authority_dry_run_evidence_from_check,
    authority_dry_run_evidence_from_check_with_local_ids, authority_dry_run_receipt_from_check,
    authority_dry_run_receipt_from_check_with_local_id, authority_dry_run_receipt_from_plan,
    validate_authority_dry_run_evidence,
};
pub use deployment::{
    deployment_execution_status_for_receipt_parts, deployment_receipt_from_check,
    deployment_receipt_from_check_with_status, phase_receipt, staging_receipt_evidence,
};