Sebastiaan van Stijn
42e07e50fb
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>
(cherry picked from commit 5563c5a91d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-15 15:22:12 +02:00
..
2023-07-15 15:22:12 +02:00
2022-12-29 15:19:31 +01:00
2023-01-31 17:14:30 +01:00
2022-12-04 22:09:17 -05:00
2023-03-01 16:14:03 +01:00
2017-09-01 19:41:06 -04:00
2023-05-08 15:11:10 +02:00
2023-01-27 13:56:17 +00:00
2023-07-15 15:21:09 +02:00
2020-04-22 17:16:13 +02:00
2023-07-15 15:21:26 +02:00
2019-01-29 11:26:40 +00:00
2021-10-11 16:54:22 +02:00
2022-06-28 17:32:09 +02:00
2023-03-31 16:38:01 +02:00
2017-04-17 17:40:59 -04:00
2022-02-25 15:42:19 +01:00
2022-07-19 19:10:16 +02:00