mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 15:45:13 +01:00
chore(go-lint): fix golint warning (#133)
Fixes several go lint cases reported by go report. Signed-off-by: wiwen <shenggxhz@gmail.com>
This commit is contained in:
parent
639ead416e
commit
f5ae3ff476
25 changed files with 78 additions and 51 deletions
|
|
@ -69,6 +69,7 @@ func NewNode(d *CSIDriver) csi.NodeServer {
|
|||
}
|
||||
}
|
||||
|
||||
// GetVolAndMountInfo get volume and mount info from node csi volume request
|
||||
func GetVolAndMountInfo(
|
||||
req *csi.NodePublishVolumeRequest,
|
||||
) (*apis.ZFSVolume, *apis.MountInfo, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue