Documentation
¶
Index ¶
- func FindModulesInProjects(projects []model.Project) (result []model.Module, err error)
- func GetProjects(sortBy string) (result []model.Project, err error)
- func GetReleases(url string) (result []model.Release, err error)
- func ParseGithubURL(repo string) (owner string, name string, err error)
- func PrintModulesJSON(modules []model.Module)
- func PrintModulesTable(modules []model.Module)
- func PrintProjectsJSON(projects []model.Project)
- func PrintProjectsTable(projects []model.Project)
- func PrintReleasesJSON(releases []model.Release)
- func PrintReleasesTable(projects []model.Release)
- type ByForks
- type ByLastCommit
- type ByStars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindModulesInProjects ¶
func PrintModulesTable ¶
Print Modules in Table format
func PrintProjectsJSON ¶
Print Projects in JSON format
func PrintProjectsTable ¶
Print Projects in Table format
func PrintReleasesJSON ¶
Print Releases in JSON format
func PrintReleasesTable ¶
Print Releases in Table format
Types ¶
type ByLastCommit ¶
/ Logic to sort by Last Commit
func (ByLastCommit) Len ¶
func (a ByLastCommit) Len() int
func (ByLastCommit) Less ¶
func (a ByLastCommit) Less(i, j int) bool
func (ByLastCommit) Swap ¶
func (a ByLastCommit) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.