github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/engine/volume/service/default_driver_stubs.go (about) 1 //go:build !linux && !windows 2 // +build !linux,!windows 3 4 package service // import "github.com/docker/docker/volume/service" 5 6 import ( 7 "github.com/docker/docker/pkg/idtools" 8 "github.com/docker/docker/volume/drivers" 9 ) 10 11 func setupDefaultDriver(_ *drivers.Store, _ string, _ idtools.Identity) error { return nil }