Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultTemplate = `` /* 366-byte string literal not displayed */
DefaultTemplate is the default report template
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ToDo ¶
ToDo represents a ToDo item
type ToDos ¶
type ToDos []*ToDo
ToDos represents a list of ToDo items
func (*ToDos) CountWithCommits ¶ added in v0.0.5
CountWithCommits returns the number of todos with an associated commit (in which that todo was added)
func (*ToDos) FindBlame ¶ added in v0.0.5
func (t *ToDos) FindBlame(ctx context.Context, repo *git.Repository, from *object.Commit, cb func(*object.Commit, int)) error
FindBlame sets the blame information on each todo in a set of todos
Click to show internal directories.
Click to hide internal directories.