Sebastiaan van Stijn
546cf6d985
cli/command/trust: fakeClient: remove name for unused arg (revive)
cli/command/trust/inspect_pretty_test.go:30:27: 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/trust/inspect_pretty_test.go:34:42: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
func (c *fakeClient) ImageInspectWithRaw(ctx context.Context, imageID string) (types.ImageInspect, []byte, error) {
^
cli/command/trust/inspect_pretty_test.go:38:32: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
func (c *fakeClient) ImagePush(ctx context.Context, image string, options types.ImagePushOptions) (io.ReadCloser, error) {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-30 17:22:09 +02:00
..
2020-08-31 16:31:15 +02:00
2018-03-13 16:59:50 -07:00
2022-09-30 11:59:11 +02:00
2023-03-23 13:44:48 +01:00
2022-09-30 11:59:11 +02:00
2018-10-23 17:05:44 +02:00
2022-02-25 15:42:12 +01:00
2022-09-30 11:59:11 +02:00
2023-03-30 17:22:09 +02:00
2020-08-28 15:35:42 +02:00
2022-09-03 21:25:42 +02:00
2018-08-19 17:57:04 -07:00
2022-02-25 15:42:12 +01:00
2022-02-25 15:42:12 +01:00
2022-09-30 19:14:36 +02:00
2022-09-30 19:14:36 +02:00
2018-03-09 13:29:14 -08:00
2022-09-30 11:59:11 +02:00
2023-03-23 13:44:48 +01:00
2022-09-30 11:59:11 +02:00
2023-03-23 13:44:48 +01:00
2022-09-03 21:25:42 +02:00
2023-03-23 13:44:48 +01:00
2022-09-30 11:59:11 +02:00
2023-03-23 13:44:48 +01:00
2018-03-09 13:29:14 -08:00