package
Version:
v1.5.4
Opens a new window with list of versions in this module.
Published: Nov 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
Username string `json:"username"`
Password string `json:"password"`
Email string `json:"email"`
Auth string `json:"auth"`
}
type Object struct {
Auths map[string]*Auth `json:"auths"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.