Driver is a storagedriver.StorageDriver implementation backed by a local map. Intended solely for example and testing purposes.
type Driver struct {
// contains filtered or unexported fields
}
func New() *Driver
New constructs a new Driver.