Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationAsAdj ¶
func FormatSection ¶
func FormatSection(title string, issues []*GitHubIssue) string
func GetCompletedIssueParams ¶
func GetCompletedIssueParams(issues []*CompletedIssue) completedIssueWidths
Types ¶
type CompletedIssue ¶
type CompletedIssue struct { Type string ID string Status string Title string Duration string Reactions string }
func ParseAllCompleted ¶
func ParseAllCompleted(issues []*GitHubIssue) []*CompletedIssue
func ParseCompleted ¶
func ParseCompleted(ghi *GitHubIssue) *CompletedIssue
func (*CompletedIssue) Format ¶
func (ci *CompletedIssue) Format(params completedIssueWidths) string
type GitHubIssue ¶
Click to show internal directories.
Click to hide internal directories.