Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveRepoPartial ¶ added in v0.4.0
ResolveRepoPartial attempts to match a partial input against managed repos. Returns the matching repo slug ("owner/repo") if exactly one match found. Returns an error with suggestions if zero or multiple matches.
Types ¶
type ManagedRepo ¶
ManagedRepo represents a discovered managed repository.
func DiscoverManagedRepos ¶
func DiscoverManagedRepos() ([]ManagedRepo, error)
DiscoverManagedRepos scans the gh-md root for all managed repositories. A repository is considered "managed" if it has a .gh-md-meta.yaml file.
func (*ManagedRepo) LastSyncTime ¶
func (r *ManagedRepo) LastSyncTime() *time.Time
LastSyncTime returns the most recent sync timestamp across all item types.
Click to show internal directories.
Click to hide internal directories.