summaryrefslogtreecommitdiff
path: root/api/types/auth.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2023-05-12 14:03:26 +0100
committerGitHub <noreply@github.com>2023-05-12 14:03:26 +0100
commitbafcfdf8c5ab70b7c01cfa940251d518317ab413 (patch)
treee33db07b3b6dca750d933c8617a2dec4b4b47062 /api/types/auth.go
parent5d5f2e3a935dac56c3f7a04339496c54ae42d39f (diff)
parentfb96b94ed00aa4f200dc03642bc46d4289eb6860 (diff)
downloaddocker-bafcfdf8c5ab70b7c01cfa940251d518317ab413.tar.gz
Merge pull request #45484 from thaJeztah/remove_deprecated_stubs
remove deprecated types, fields, and functions
Diffstat (limited to 'api/types/auth.go')
-rw-r--r--api/types/auth.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/api/types/auth.go b/api/types/auth.go
deleted file mode 100644
index 9ee329a2fb..0000000000
--- a/api/types/auth.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package types // import "github.com/docker/docker/api/types"
-import "github.com/docker/docker/api/types/registry"
-
-// AuthConfig contains authorization information for connecting to a Registry.
-//
-// Deprecated: use github.com/docker/docker/api/types/registry.AuthConfig
-type AuthConfig = registry.AuthConfig