package
Version:
v0.4.5
Opens a new window with list of versions in this module.
Published: Jun 19, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Asset struct {
Name string `json:"name"`
LastSuccess bool `json:"last_success"`
Error string `json:"error,omitempty"`
}
type Mirrors struct {
GeneratedAt string `json:"generated_at"`
SyncStartedAt string `json:"sync_started_at,omitempty"`
SyncCompletedAt string `json:"sync_completed_at,omitempty"`
Repositories []Asset `json:"repositories"`
Gists []Asset `json:"gists"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.