package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Apr 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config provides the configuration for Admin server.
AdminAddr is the address of the admin server.
LoadToken loads the token from the given address.
Save saves the configuration to the given path.
type Config struct {
Auths map[string]string `json:"auths"`
}
Config is the configuration of CLI.
Load loads the configuration from the given path.
New creates a new configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.