Module api

Source
Expand description

The user facing API of the store.

This API is both for interacting with an in-process store and for interacting with a remote store via rpc calls.

Modules§

blobs
API to interact with a local blob store
downloader
API for downloads from multiple nodes.
remote
API for downloading blobs from a single remote node.
tags
Tags API

Structs§

Store
The main entry point for the store API.
Tag
A named, persistent tag.
TempTag
An ephemeral, in-memory tag that protects content while the process is running.

Enums§

Error
ExportBaoError
RequestError

Type Aliases§

ExportBaoResult
RequestResult
Result