triage

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL