mirror of
https://github.com/docker/cli.git
synced 2026-01-28 04:20:55 +03:00
Create a copy of the registry package to use, so that code used only for trust can be removed from the cli/internal package. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5 lines
111 B
Go
5 lines
111 B
Go
package registry
|
|
|
|
// AuthClientID is used the ClientID used for the token server
|
|
const AuthClientID = "docker"
|