package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2026
License: MIT
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
¶
type Data struct {
Repositories []Repo `json:"repositories"`
LastUpdate time.Time `json:"last_update"`
}
type Repo struct {
FullName string `json:"full_name"`
Private bool `json:"private"`
UpdatedAt time.Time `json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.