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.0.0+incompatible
- Published
- Apr 16, 2015
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 8 hours ago –
Tools for package owners.