Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Repo ¶
type Repo struct {
Source string `json:"source"`
FullName string `json:"full_name"`
CloneURL string `json:"clone_url"`
Description string `json:"description"`
Private bool `json:"private"`
Fork bool `json:"fork"`
UpdatedAt time.Time `json:"updated_at"`
MirrorOwner string `json:"mirror_owner"`
MirrorName string `json:"mirror_name"`
Skip bool `json:"skip"`
}
func Deduplicate ¶
Deduplicate removes duplicate repos by full_name, keeping the first occurrence.
Click to show internal directories.
Click to hide internal directories.