github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/volume/service/default_driver_stubs.go (about)

     1  // +build !linux,!windows
     2  
     3  package service // import "github.com/demonoid81/moby/volume/service"
     4  
     5  import (
     6  	"github.com/demonoid81/moby/pkg/idtools"
     7  	"github.com/demonoid81/moby/volume/drivers"
     8  )
     9  
    10  func setupDefaultDriver(_ *drivers.Store, _ string, _ idtools.Identity) error { return nil }