DockerCLI/cli/context/store
Sebastiaan van Stijn 0573ec2b01 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>
(cherry picked from commit 82427d1a07)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-27 17:00:55 -05:00
..
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
io_utils.go Introduce .zip import for docker context 2019-05-29 12:58:45 -07:00
io_utils_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
metadata_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
metadatastore.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
store.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
store_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
storeconfig.go Add a helper to iterate over all endpoint types in a context store 2019-05-20 13:28:11 +01:00
storeconfig_test.go context: Ensure context name is valid on import 2021-01-28 22:27:59 +00:00
tlsstore.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00
tlsstore_test.go cli/context: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:28:59 -05:00