Skip to main content

Crate gity_storage

Crate gity_storage 

Source

Structs§

DbStats
Statistics about the database storage.
InMemoryMetadataStore
In-memory MetadataStore used in tests and the current bootstrap binary.
RepoMetadata
Metadata tracked for every registered repository.
SledMetadataStore
Persistent sled-backed metadata store.
StorageContext
Helper that aligns all persisted artifacts (sled, future caches) under a single directory.

Enums§

StorageError
Errors surfaced by storage implementations.

Traits§

MetadataStore
Primary abstraction for storing repository metadata.

Type Aliases§

StorageResult