Skip to main content

opencode_provider_manager/app/
mod.rs

1//! app: Application logic layer connecting config-core, discovery, and auth.
2
3pub mod actions;
4pub mod error;
5pub mod import;
6pub mod state;
7
8pub use error::{AppError, Result};