Skip to content

Commit

Permalink
ci: use pointer receiver and non-pointer receiver (recvcheck)
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar committed Dec 20, 2024
1 parent 87c15c9 commit 1fa76e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/util/volid.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The CSIIdentifier structure carries the following fields,
- ObjectUUID: Is the on-disk uuid of the object (image/snapshot) name, for the CSI volume that
corresponds to this CSI ID.
*/
//nolint:recvcheck //
type CSIIdentifier struct {
LocationID int64
encodingVersion uint16
Expand Down

0 comments on commit 1fa76e8

Please sign in to comment.