Documentation ¶ Index ¶ type Processor func NewProcessor(client *github.Client, dryRun bool, login string) *Processor func (p *Processor) ProcessPR(ctx context.Context, info pr.PRInfo, status *pr.PRStatus, idx int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Processor ¶ type Processor struct { Client *github.Client DryRun bool Login string } func NewProcessor ¶ func NewProcessor(client *github.Client, dryRun bool, login string) *Processor func (*Processor) ProcessPR ¶ func (p *Processor) ProcessPR(ctx context.Context, info pr.PRInfo, status *pr.PRStatus, idx int) Source Files ¶ View all Source files processor.go Click to show internal directories. Click to hide internal directories.