Expand description
Deployment-independent repository API
This module provides the unified repository API that applications use. It abstracts away provider-specific details and ensures consistent behavior regardless of whether the repository is hosted on Local, Portals Cloud, or Remote.
Re-exports§
pub use super::vcs::CommitInfo;pub use fallback::FallbackHandler;pub use fallback::FallbackResult;pub use fallback::FallbackStrategy;pub use fallback::RepositoryApiFallback;
Modules§
- fallback
- Provider fallback UX
Structs§
- Repository
Api - Repository API for deployment-independent repository operations
- Repository
Handle - Handle to a repository