github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/volume/service/default_driver_stubs.go (about) 1 //go: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 }