mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Remove types and lib packages from the engine.
They live in github.com/docker/engine-api now. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
package types
|
||||
|
||||
// AuthConfig contains authorization information for connecting to a Registry
|
||||
type AuthConfig struct {
|
||||
Username string `json:"username,omitempty"`
|
||||
Password string `json:"password,omitempty"`
|
||||
Auth string `json:"auth"`
|
||||
Email string `json:"email"`
|
||||
ServerAddress string `json:"serveraddress,omitempty"`
|
||||
RegistryToken string `json:"registrytoken,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user