1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster/executor/container
Sebastiaan van Stijn 0c7b930952
daemon/cluster: fix empty-lines (revive)
daemon/cluster/convert/service.go:96:34: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/convert/service.go:169:44: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/convert/service.go:470:30: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/convert/container.go:224:23: empty-lines: extra empty line at the start of a block (revive)
    daemon/cluster/convert/network.go:109:14: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/convert/service.go:537:27: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/services.go:247:19: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/services.go:252:41: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/services.go:256:12: empty-lines: extra empty line at the end of a block (revive)
    daemon/cluster/services.go:289:80: empty-lines: extra empty line at the start of a block (revive)
    daemon/cluster/executor/container/health_test.go:18:37: empty-lines: extra empty line at the start of a block (revive)
    daemon/cluster/executor/container/adapter.go:437:68: empty-lines: extra empty line at the end of a block (revive)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-28 01:58:50 +02:00
..
adapter.go daemon/cluster: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
adapter_test.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
attachment.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
container.go vendor: github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0a 2022-08-09 14:03:50 +02:00
container_test.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
controller.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
executor.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
health_test.go daemon/cluster: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
validate.go vendor: github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0a 2022-08-09 14:03:50 +02:00
validate_test.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
validate_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
validate_windows_test.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00