package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Dec 5, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Repository struct {
Name string `json:"name,omitempty"`
Type string `json:"type"`
Size int64 `json:"size"`
LastUpdated *time.Time `json:"lastUpdated"`
Metadata Stats `json:"metadata"`
Packages Stats `json:"packages"`
}
type Stats struct {
Size int64 `json:"size"`
Count int64 `json:"count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.