|
@@ -21,7 +21,8 @@ const extName = "VolumeDriver"
|
|
|
// volumeDriver defines the available functions that volume plugins must implement.
|
|
|
// This interface is only defined to generate the proxy objects.
|
|
|
// It's not intended to be public or reused.
|
|
|
-// nolint: deadcode,unused,varcheck
|
|
|
+//
|
|
|
+//nolint:deadcode,unused,varcheck
|
|
|
type volumeDriver interface {
|
|
|
// Create a volume with the given name
|
|
|
Create(name string, opts map[string]string) (err error)
|