package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Oct 11, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Registries []Registry `json:"registries"`
Default string `json:"default"`
Order []string `json:"order,omitempty"`
}
type Registry struct {
Name string `json:"name"`
URL string `json:"url"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.