Skip to main content

Crate opensession_git_native

Crate opensession_git_native 

Source

Re-exports§

pub use error::GitStorageError;
pub use error::Result;
pub use handoff_artifact_store::artifact_ref_name;
pub use handoff_artifact_store::list_handoff_artifact_refs;
pub use handoff_artifact_store::load_handoff_artifact;
pub use handoff_artifact_store::store_handoff_artifact;
pub use store::NativeGitStorage;
pub use store::PruneStats;
pub use url::generate_raw_url;

Modules§

error
handoff_artifact_store
ops
store
url

Constants§

HANDOFF_ARTIFACTS_REF_PREFIX
Ref prefix used for handoff artifacts.
SESSIONS_BRANCH
Branch name used for storing session data.
SESSIONS_REF
Ref path for the sessions branch.