Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryStats ¶
type CategoryStats struct { Category string Stats []RoundStats }
type CompetitionStats ¶
type CompetitionStats struct { Name string Stats []CategoryStats }
type Reporter ¶
type Reporter interface { ReportCategoryStats(competitionName string, categoryName string, winRecords []WinRecord) ReportGenderStats(competitionName string, winRecords []WinRecord) Close() error }
func NewReporter ¶
type RoundStats ¶
Click to show internal directories.
Click to hide internal directories.