Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
type HandlerFunc func(context.Context, *github.PullRequest)
func (HandlerFunc) HandlePR ¶
func (f HandlerFunc) HandlePR(ctx context.Context, pr *github.PullRequest)
type MatcherFunc ¶
type MatcherFunc func(context.Context, *github.PullRequest) bool
func (MatcherFunc) MatchPR ¶
func (f MatcherFunc) MatchPR(ctx context.Context, pr *github.PullRequest) bool
type PullRequestsService ¶
type T ¶
type T struct {
// contains filtered or unexported fields
}
func New ¶
func New(prs PullRequestsService, owner, repo string) *T
func NewWithAcme ¶
func NewWithAcme(prs PullRequestsService, owner, repo string, acme int) *T
Click to show internal directories.
Click to hide internal directories.