mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +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
|
|
@ -29,10 +29,9 @@ var supportedAccessMode = &csi.VolumeCapability_AccessMode{
|
|||
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
|
||||
}
|
||||
|
||||
// TODO check if this can be renamed to Base
|
||||
//
|
||||
// CSIDriver defines a common data structure
|
||||
// for drivers
|
||||
// TODO check if this can be renamed to Base
|
||||
type CSIDriver struct {
|
||||
// TODO change the field names to make it
|
||||
// readable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue