DockerCLI/cli/command/stack/swarm
Sebastiaan van Stijn 82427d1a07
format (GoDoc) comments with Go 1.19 to prepare for go updates
Older versions of Go do not format these comments, so we can already
reformat them ahead of time to prevent gofmt linting failing once
we update to Go 1.19 or up.

Result of:

    gofmt -s -w $(find . -type f -name '*.go' | grep -v "/vendor/")

With some manual adjusting.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-19 19:10:16 +02:00
..
client_test.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
common.go stack/swarm: remove unneeded getStackServiceFilter() 2022-02-24 12:26:15 +01:00
deploy.go clean-up "resolve image" option logic 2020-07-06 14:55:08 +02:00
deploy_composefile.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
deploy_composefile_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
deploy_test.go TestServiceUpdateResolveImageChanged: use subtests 2020-07-06 14:58:40 +02:00
list.go remove obsolete mutli-orchestrator support 2022-02-22 15:28:12 +01:00
ps.go Refactor `stack` command/package 2018-06-26 14:07:26 +02:00
remove.go Refactor `stack` command/package 2018-06-26 14:07:26 +02:00
services.go Refactor the `stack services` command to be uniform 2019-10-29 15:58:10 +01:00