Sebastiaan van Stijn
6355bcee66
cli/compose/convert: fakeClient: remove name for unused arg (revive)
cli/compose/convert/service_test.go:599:33: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
func (c *fakeClient) SecretList(ctx context.Context, options types.SecretListOptions) ([]swarm.Secret, error) {
^
cli/compose/convert/service_test.go:606:33: unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
func (c *fakeClient) ConfigList(ctx context.Context, options types.ConfigListOptions) ([]swarm.Config, error) {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-30 17:22:10 +02:00
..
2023-03-30 17:22:09 +02:00
2023-03-30 17:22:10 +02:00
2023-01-31 17:14:30 +01:00
2022-12-04 22:09:17 -05:00
2023-02-21 10:37:56 -05:00
2017-09-01 19:41:06 -04:00
2023-01-06 19:15:33 +01:00
2023-01-27 13:56:17 +00:00
2023-03-30 17:05:31 +02:00
2020-04-22 17:16:13 +02:00
2023-03-30 17:05:31 +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-28 06:16:55 +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