Skip to main content

Module repository_api

Module repository_api 

Source
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§

RepositoryApi
Repository API for deployment-independent repository operations
RepositoryHandle
Handle to a repository