cli/command: rename vars for consistency and prevent shadowing #4356
Annotations
2 errors
|
codeql
cannot use dockerCli (variable of interface type command.Cli) as "github.com/moby/moby/client".NodeAPIClient value in argument to updateNodes: command.Cli does not implement "github.com/moby/moby/client".NodeAPIClient (missing method NodeInspectWithRaw)
|
|
codeql:
cli/command/node/promote.go#L37
cannot use dockerCli (variable of interface type command.Cli) as "github.com/moby/moby/client".NodeAPIClient value in argument to updateNodes: command.Cli does not implement "github.com/moby/moby/client".NodeAPIClient (missing method NodeInspectWithRaw)
|