Versions in this module Expand all Collapse all v1 v1.0.3 Feb 3, 2021 Changes in this version + func NewDriver(nodeID, endpoint string) *driver + func NewNodeServer(d *driver) *nodeServer + type GlobFunc func(string) ([]string, error) + type ISCSIUtil struct + func (util *ISCSIUtil) AttachDisk(b iscsiDiskMounter) (string, error) + func (util *ISCSIUtil) DetachDisk(c iscsiDiskUnmounter, targetPath string) error + type StatFunc func(string) (os.FileInfo, error)