systemprompt_identifiers/gateway_boot.rs
1//! Typed identifiers for the gateway boot config — providers, models, routes,
2//! and named references into the access-control and secrets stores.
3//!
4//! Copyright (c) systemprompt.io — Business Source License 1.1.
5//! See <https://systemprompt.io> for licensing details.
6
7crate::define_id!(ProviderId);
8crate::define_id!(ModelId);
9crate::define_id!(RouteId);
10crate::define_id!(DepartmentName);
11crate::define_id!(SecretName);