mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 21:36:30 +00:00
Enable linter revive and resolve found errors: part 1
Signed-off-by: Xun Jiang <blackpiglet@gmail.com>
This commit is contained in:
@@ -58,8 +58,8 @@ type serverStatusRequestReconciler struct {
|
||||
|
||||
// NewServerStatusRequestReconciler initializes and returns serverStatusRequestReconciler struct.
|
||||
func NewServerStatusRequestReconciler(
|
||||
client client.Client,
|
||||
ctx context.Context,
|
||||
client client.Client,
|
||||
pluginRegistry PluginLister,
|
||||
clock clocks.WithTickerAndDelayedExecution,
|
||||
log logrus.FieldLogger) *serverStatusRequestReconciler {
|
||||
|
||||
Reference in New Issue
Block a user