Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintRepoResults ¶
func PrintRepoResults(w linewriter.Writer, r *Results)
PrintRepoResults emits the results in human-readable form to the io.Writer.
func PrintSummary ¶
func PrintSummary(w linewriter.Writer, sum Summary)
Types ¶
type AuthorCommits ¶
type ExtensionFileStats ¶
type Scanner ¶
Scanner describes the rough metadata for the repo analyzer.
type Summary ¶
type Summary struct { TotalCommits int SortedAuthorCommits []AuthorCommits SortedTopFiles []object.FileStat SortedTopExtensions []ExtensionFileStats }
Click to show internal directories.
Click to hide internal directories.