Documentation ¶
Index ¶
- func FindModulesInProjects(projects []model.Project) (result []model.Module, err error)
- func GetProjects() (result []model.Project, err error)
- func PrintModulesJSON(modules []model.Module)
- func PrintModulesTable(modules []model.Module)
- func PrintProjectsJSON(projects []model.Project)
- func PrintProjectsTable(projects []model.Project)
- type ByLastCommit
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindModulesInProjects ¶
func GetProjects ¶
func PrintModulesTable ¶
Print Modules in Table format
func PrintProjectsJSON ¶
Print Projects in JSON format
func PrintProjectsTable ¶
Print Projects 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.