Documentation ¶ Overview ¶ Package types defines shared types used across gh-pr-todo. Index ¶ type GroupBy func (g *GroupBy) Set(s string) error func (g *GroupBy) String() string func (g *GroupBy) Type() string type TODO Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GroupBy ¶ added in v0.3.0 type GroupBy string const ( GroupByNone GroupBy = "" GroupByFile GroupBy = "file" GroupByType GroupBy = "type" ) func (*GroupBy) Set ¶ added in v0.3.0 func (g *GroupBy) Set(s string) error func (*GroupBy) String ¶ added in v0.3.0 func (g *GroupBy) String() string func (*GroupBy) Type ¶ added in v0.3.0 func (g *GroupBy) Type() string type TODO ¶ type TODO struct { Filename string // The line number in the file Line int // The whole comment line Comment string // TODO, FIXME, HACK, NOTE, etc. Type string } TODO represents a TODO comment found in a diff Source Files ¶ View all Source files groupby.gotodo.go Click to show internal directories. Click to hide internal directories.