Versions in this module Expand all Collapse all v1 v1.0.2 Apr 30, 2024 Changes in this version + var Commit string + var Date string + var Version string + func BuildSliceTreeNode[T any](list *[]pterm.LeveledListItem, field reflect.Value, level int, label string, ...) + func BuildTreeMapNode(list *[]pterm.LeveledListItem, field reflect.Value, level int, markdown bool) + func DigIntoObject[T any](list *[]pterm.LeveledListItem, field reflect.Value, level int, label string, ...) + func Execute(version, commit, date string) + func ExtractGithubDetailsFromURL(url *url.URL) (string, string, string, error) + func FlattenHistoricalReport(report *model.HistoricalReport) *model.FlatHistoricalReport + func FlattenReport(report *model.Report) *model.FlatReport + func GetConsoleCommand() *cobra.Command + func GetHTMLReportCommand() *cobra.Command + func GetReportCommand() *cobra.Command + func GetSummaryCommand() *cobra.Command + func PrintBanner() + func PrintHowToUse(command string) + func RunGitHistoryHTMLReport(gitPath, filePath string, latest, useCDN bool, ...) ([]byte, []*model.Report, []error) + func RunGithubHistoryHTMLReport(username, repo, filePath string, latest, useCDN, embeddedMode bool, ...) ([]byte, []*model.Report, []error) + func RunLeftRightHTMLReport(left, right string, useCDN bool, progressChan chan *model.ProgressUpdate, ...) ([]byte, []error) + func RunLeftRightHTMLReportViaString(left, right string, useCDN, embedded bool, ...) ([]byte, []error)