Skip to main content

Module artifact

Module artifact 

Source
Available on crate feature artifacts only.
Expand description

Artifact storage.

Store and retrieve binary data:

Available with feature: artifacts

Modules§

file
inmemory
scoped
service

Structs§

DeleteRequest
Request to delete an artifact.
FileArtifactService
Persist artifacts on the local filesystem.
InMemoryArtifactService
In-memory artifact storage for development and testing.
ListRequest
Request to list artifacts in a session.
ListResponse
Response containing artifact filenames.
LoadRequest
Request to load an artifact.
LoadResponse
Response from a successful load operation.
SaveRequest
Request to save a binary artifact.
SaveResponse
Response from a successful save operation.
ScopedArtifacts
Scoped wrapper around ArtifactService that binds session context.
VersionsRequest
Request to list versions of a specific artifact.
VersionsResponse
Response containing available version numbers.

Traits§

ArtifactService
Trait for artifact storage backends.