cli/command: remove deprecated DockerCli.Apply #4733
Annotations
10 errors
|
codeql
cannot use dockerCli (variable of type *command.DockerCli) as command.Cli value in argument to processAliases: *command.DockerCli does not implement command.Cli (missing method Apply)
|
|
codeql
cannot use dockerCli (variable of type *command.DockerCli) as command.Cli value in argument to commands.AddCommands: *command.DockerCli does not implement command.Cli (missing method Apply)
|
|
codeql
cannot use dockerCli (variable of type *command.DockerCli) as command.Cli value in argument to setHelpFunc: *command.DockerCli does not implement command.Cli (missing method Apply)
|
|
codeql
cannot use dockerCli (variable of type *command.DockerCli) as command.Cli value in argument to setupHelpCommand: *command.DockerCli does not implement command.Cli (missing method Apply)
|
|
codeql
cannot use dockerCli (variable of type *command.DockerCli) as command.Cli value in argument to setFlagErrorFunc: *command.DockerCli does not implement command.Cli (missing method Apply)
|
|
codeql
cannot use dockerCLI (variable of type *command.DockerCli) as command.Cli value in argument to makeCmd: *command.DockerCli does not implement command.Cli (missing method Apply)
|
|
codeql
cannot use cli (variable of type *DockerCli) as Cli value in argument to dockerSpanExporter: *DockerCli does not implement Cli (missing method Apply)
|
|
codeql
cannot use cli (variable of type *DockerCli) as Cli value in argument to dockerMetricExporter: *DockerCli does not implement Cli (missing method Apply)
|
|
codeql:
cli/command/telemetry.go#L132
cannot use cli (variable of type *DockerCli) as Cli value in argument to dockerSpanExporter: *DockerCli does not implement Cli (missing method Apply)
|
|
codeql:
cli/command/telemetry.go#L121
cannot use cli (variable of type *DockerCli) as Cli value in argument to dockerMetricExporter: *DockerCli does not implement Cli (missing method Apply)
|