Skip to main content

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
4crate::define_id!(ProviderId);
5crate::define_id!(ModelId);
6crate::define_id!(RouteId);
7crate::define_id!(DepartmentName);
8crate::define_id!(SecretName);