mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
util: address golangci-lint in controller
addressing golangci-lint in the controller code. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
a85b4a9305
commit
f6da33b6f7
@ -31,7 +31,7 @@ import (
|
|||||||
// The New controllers which gets added, as to implement Add function to get
|
// The New controllers which gets added, as to implement Add function to get
|
||||||
// started by the manager.
|
// started by the manager.
|
||||||
type Manager interface {
|
type Manager interface {
|
||||||
Add(manager.Manager, Config) error
|
Add(mgr manager.Manager, cfg Config) error
|
||||||
}
|
}
|
||||||
|
|
||||||
// Config holds the drivername and namespace name.
|
// Config holds the drivername and namespace name.
|
||||||
|
Loading…
Reference in New Issue
Block a user