Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
IssueProcessor *issueProcessor.IssueProcessor
PullRequestProcessor *pullRequestProcessor.PullRequestProcessor
IssueCommentProcessor *issueCommentProcessor.IssueCommentProcessor
PRCommentProcessor *prCommentProcessor.PRCommentProcessor
}
Processor contains several specific processors
func New ¶
func New(client *gh.Client, translator translators.Translator, owner string, repo string) *Processor
New initializes a brand new processor.
Click to show internal directories.
Click to hide internal directories.