Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBHelper ¶
type DBHelper interface {
GetGitHubHandle(email string) (string, error)
GetPortMaintainer(port string) (*PortMaintainer, error)
NewPR(number int, maintainers []string) error
GetPR(number int) (*PullRequest, error)
GetTimeoutPRs() ([]*PullRequest, error)
SetPRProcessed(number int, processed bool) error
SetPRPendingReview(number int, pendingReview bool) error
}
func NewDBHelper ¶
type Maintainer ¶
type PortMaintainer ¶
type PortMaintainer struct {
Primary *Maintainer
Others []*Maintainer
NoMaintainer bool
OpenMaintainer bool
}
Click to show internal directories.
Click to hide internal directories.