Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadInventory ¶ added in v0.4.2
func SaveMirrors ¶ added in v0.4.7
func WriteInventory ¶ added in v0.4.2
Types ¶
type MirrorState ¶ added in v0.4.7
type MirrorState 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"`
}
func LoadMirrors ¶ added in v0.4.7
func LoadMirrors(path string) (*MirrorState, error)
Click to show internal directories.
Click to hide internal directories.