Skip to main content

Crate xchecker_gate

Crate xchecker_gate 

Source
Expand description

Gate command for policy-based spec validation

Re-exports§

pub use command::GateCommand;
pub use exit_codes::POLICY_VIOLATION;
pub use exit_codes::SUCCESS;
pub use json::emit_gate_json;
pub use policy::GatePolicy;
pub use policy::load_policy_from_path;
pub use policy::parse_duration;
pub use policy::parse_phase;
pub use policy::resolve_policy_path;
pub use types::GateCondition;
pub use types::GateResult;
pub use types::PendingFixupsResult;
pub use types::PendingFixupsStats;
pub use types::SpecDataProvider;

Modules§

command
Gate command for policy-based spec validation
exit_codes
Exit code constants for gate command
json
JSON emission for gate results
paths
Path utilities for gate operations
pending_fixups
Pending fixups detection for gate evaluation
policy
Gate policy configuration and parsing
types
Gate result types for policy evaluation