DockerCLI/cli/context/store
Sebastiaan van Stijn 8b418be6d0
cli/context/store: remove deprecated error-utilities
These were deprecated in de6020a240, which
is part of docker 23.0, so users should have had a chance to migrate.
This removes IsErrContextDoesNotExist() and IsErrTLSDataDoesNotExist()

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-01 20:36:02 +02:00
..
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02: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() 2022-02-25 15:42:16 +01:00
metadata_test.go cli/context/store: simplify error handling, and make it more idiomatic 2022-09-30 11:19:25 +02:00
metadatastore.go context: avoid corrupt file writes 2023-02-21 10:37:56 -05:00
store.go cli/context/store: remove deprecated error-utilities 2023-04-01 20:36:02 +02:00
store_test.go context: avoid corrupt file writes 2023-02-21 10:37:56 -05:00
storeconfig.go cli/context/store: New(): return concrete type 2022-09-30 11:19:25 +02:00
storeconfig_test.go cli/context/store: New(): return concrete type 2022-09-30 11:19:25 +02:00
tlsstore.go context: avoid corrupt file writes 2023-02-21 10:37:56 -05:00
tlsstore_test.go cli/context/store: rename removeAllContextData(), removeAllEndpointData() 2022-09-30 11:19:26 +02:00