canic-host 0.70.5

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
mod authority;
mod plan;
mod policy;
mod validation;

pub use authority::{lifecycle_authority_report_from_check, validate_lifecycle_authority_report};
pub use plan::{
    external_lifecycle_plan_from_check, validate_external_lifecycle_plan,
    validate_external_lifecycle_plan_for_check,
};