package
1.0.0-alpha0
Repository: https://github.com/tklauser/containerd.git
Documentation: pkg.go.dev

# Functions

Copy copies data with the expected digest from the reader into the provided content store writer.
No description provided by the author
ReadBlob retrieves the entire contents of the blob from the provider.
WriteBlob writes data with the expected digest into the content store.

# Structs

TODO(stevvooe): Consider a very different name for this struct.
No description provided by the author

# Interfaces

No description provided by the author
IngestManager provides methods for managing ingests.
Manager provides methods for inspecting, listing and removing content.
No description provided by the author
Store combines the methods of content-oriented interfaces into a set that are commonly provided by complete implementations.
No description provided by the author

# Type aliases

WalkFunc defines the callback for a blob walk.