DockerCLI/cli/command/registry
Sebastiaan van Stijn 5840a39af4
cli/command/registry: fakeClient: remove name for unused arg (revive)
cli/command/registry/login_test.go:37:26: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
    func (c fakeClient) Info(ctx context.Context) (types.Info, error) {
                             ^
    cli/command/registry/login_test.go:41:35: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
    func (c fakeClient) RegistryLogin(ctx context.Context, auth types.AuthConfig) (registrytypes.AuthenticateOKBody, error) {
                                      ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 5254081fd6)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-15 15:23:45 +02:00
..
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
formatter_search.go use consistent alias for api/types/registry 2022-03-04 14:45:34 +01:00
formatter_search_test.go format code with gofumpt 2022-09-30 11:59:11 +02:00
login.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
login_test.go cli/command/registry: fakeClient: remove name for unused arg (revive) 2023-07-15 15:23:45 +02:00
logout.go completion v2: some small follow-ups 2022-05-12 13:25:15 +02:00
search.go move commonly used top-level commands to the top of --help 2022-04-08 16:55:41 +02:00