Skip to main content

stackless_integrations/providers/blaxel/
mod.rs

1//! Blaxel catalog resources via Stripe Projects.
2//!
3//! `agent_drive.rs` is **HELD** (private-preview 402) — not declared here and
4//! not in `register_providers!`. Re-enable by adding `pub mod agent_drive`, a
5//! registry row, and dropping the `EXCL` entry. See
6//! `docs/ADDING-A-PROVIDER.md` § External pin blockers.
7
8pub mod sandbox;
9
10#[allow(unused_imports)]
11pub(crate) use crate::resource::{
12    CatalogResource as FamilyResource, bool_optional, bool_required, int_optional, int_required,
13    integration_config, interp_optional, interp_required,
14};