Documentation ¶ Index ¶ type IssueGrouping type Issues func (g Issues) Len() int func (g Issues) Less(i, j int) bool func (g Issues) Swap(i, j int) type Triager func New(client *github.Client, labelsofInterest []string) *Triager func (t *Triager) ServeHTTP(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IssueGrouping ¶ type IssueGrouping struct { Label string Issues Issues // contains filtered or unexported fields } type Issues ¶ type Issues []github.Issue func (Issues) Len ¶ func (g Issues) Len() int func (Issues) Less ¶ func (g Issues) Less(i, j int) bool func (Issues) Swap ¶ func (g Issues) Swap(i, j int) type Triager ¶ type Triager struct { Client *github.Client LabelsOfInterest []string // contains filtered or unexported fields } func New ¶ func New(client *github.Client, labelsofInterest []string) *Triager func (*Triager) ServeHTTP ¶ func (t *Triager) ServeHTTP(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files template.gotriage.gotypes.go Click to show internal directories. Click to hide internal directories.