DockerCLI/cli/command/checkpoint
Sebastiaan van Stijn 5563c5a91d
cli/command/checkpoint: fakeClient: remove name for unused arg (revive)
cli/command/checkpoint/client_test.go:17:41: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
    func (cli *fakeClient) CheckpointCreate(ctx context.Context, container string, options types.CheckpointCreateOptions) error {
                                            ^
    cli/command/checkpoint/client_test.go:24:41: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
    func (cli *fakeClient) CheckpointDelete(ctx context.Context, container string, options types.CheckpointDeleteOptions) error {
                                            ^
    cli/command/checkpoint/client_test.go:31:39: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
    func (cli *fakeClient) CheckpointList(ctx context.Context, container string, options types.CheckpointListOptions) ([]types.Checkpoint, error) {
                                          ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-30 17:22:05 +02:00
..
testdata add unit tests to cli/command/checkpoint package 2017-06-30 17:17:47 -04:00
client_test.go cli/command/checkpoint: fakeClient: remove name for unused arg (revive) 2023-03-30 17:22:05 +02:00
cmd.go Mark checkpoint feature as Linux-only, and homogenize error messages 2018-05-31 22:25:06 +02:00
create.go completion v2: some small follow-ups 2022-05-12 13:25:15 +02:00
create_test.go cli/command/checkpoint: remove deprecated io/ioutil 2022-02-25 15:35:51 +01:00
formatter.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
formatter_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
list.go format code with gofumpt 2022-09-30 11:59:11 +02:00
list_test.go cli/command/checkpoint: remove deprecated io/ioutil 2022-02-25 15:35:51 +01:00
remove.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
remove_test.go cli/command/checkpoint: remove deprecated io/ioutil 2022-02-25 15:35:51 +01:00