Versions in this module Expand all Collapse all v1 v1.0.1 Aug 10, 2024 v1.0.0 Aug 10, 2024 Changes in this version + func Run(bot Robot, o options.ServiceOptions) + type CommitCommentEventHandler func(e *github.CommitCommentEvent, cfg config.Config, log *logrus.Entry) error + type HandlerRegister interface + RegisterCommitCommentEventHandler func(CommitCommentEventHandler) + RegisterIssueCommentHandler func(IssueCommentHandler) + RegisterIssueHandler func(IssueHandler) + RegisterPullRequestHandler func(PullRequestHandler) + RegisterPushEventHandler func(PushEventHandler) + RegisterReviewCommentEventHandler func(ReviewCommentEventHandler) + RegisterReviewEventHandler func(ReviewEventHandler) + RegisterStatusEventHandler func(StatusEventHandler) + type IssueCommentHandler func(e *github.IssueCommentEvent, cfg config.Config, log *logrus.Entry) error + type IssueHandler func(e *github.IssuesEvent, cfg config.Config, log *logrus.Entry) error + type PullRequestHandler func(e *github.PullRequestEvent, cfg config.Config, log *logrus.Entry) error + type PushEventHandler func(e *github.PushEvent, cfg config.Config, log *logrus.Entry) error + type ReviewCommentEventHandler func(e *github.PullRequestReviewCommentEvent, cfg config.Config, log *logrus.Entry) error + type ReviewEventHandler func(e *github.PullRequestReviewEvent, cfg config.Config, log *logrus.Entry) error + type Robot interface + NewConfig func() config.Config + RegisterEventHandler func(HandlerRegister) + type StatusEventHandler func(e *github.StatusEvent, cfg config.Config, log *logrus.Entry) error