package inmemory
import "github.com/docker/distribution/registry/storage/driver/inmemory"
Index ¶
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver is a storagedriver.StorageDriver implementation backed by a local map. Intended solely for example and testing purposes.
func New ¶
func New() *Driver
New constructs a new Driver.
Source Files ¶
- Version
- v2.8.3+incompatible (latest)
- Published
- Oct 2, 2023
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 1 day ago –
Tools for package owners.