Expand description
App-facing convenience API for accessing bindings.
Bindings wraps a crate::provider::LazyEnvBindingsProvider, giving application
code a small, stable surface — storage, kv, queue, vault, container,
postgres — instead of the full crate::traits::BindingsProviderApi used internally
by the manager and controllers.
Structs§
- Bindings
- App-facing entry point for accessing bindings configured via
ALIEN_*_BINDINGenvironment variables. - Bound
Queue - A queue binding scoped to its configured queue name.