canic-host 0.100.102

Host-side App build, Fleet install, deployment, and release-set library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod artifacts;
mod config;
mod identity;
mod inventory;
mod shared;

pub use artifacts::{LocalArtifactManifestRequest, collect_local_role_artifact_manifest};
pub use inventory::collect_local_deployment_inventory_at_root;
pub use inventory::{
    DeploymentTruthError, LocalInventoryRequest, collect_local_deployment_inventory,
};

pub use artifacts::collect_local_role_artifact_manifest_at_root;

pub(super) use artifacts::release_set_manifest_digest;