github.com/devdivbcp/moby@v17.12.0-ce-rc1.0.20200726071732-2d4bfdc789ad+incompatible/volume/service/default_driver_stubs.go (about) 1 // +build !linux,!windows 2 3 package service // import "github.com/docker/docker/volume/service" 4 5 import ( 6 "github.com/docker/docker/pkg/idtools" 7 "github.com/docker/docker/volume/drivers" 8 ) 9 10 func setupDefaultDriver(_ *drivers.Store, _ string, _ idtools.Identity) error { return nil }