package
Version:
v1.6.1
Opens a new window with list of versions in this module.
Published: Nov 15, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthSpec struct {
Auths Auths `json:"auths"`
}
AuthSpec represent the secret of type docker-config
type Credential struct {
Username string `json:"username"`
Password string `json:"password"`
Email string `json:"email"`
Auth string `json:"auth"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.