watcher

package
v0.0.0-...-db4105c Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: ISC Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	HandlePR(context.Context, *github.PullRequest)
}

type HandlerFunc

type HandlerFunc func(context.Context, *github.PullRequest)

func (HandlerFunc) HandlePR

func (f HandlerFunc) HandlePR(ctx context.Context, pr *github.PullRequest)

type Matcher

type Matcher interface {
	MatchPR(context.Context, *github.PullRequest) bool
}

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 PullRequestsService interface {
	List(ctx context.Context, owner string, repo string, opts *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
}

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

func (*T) Run

func (t *T) Run(ctx context.Context, ticker <-chan time.Time, matcher Matcher, handlers []Handler) error

Jump to

Keyboard shortcuts

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