Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicCommentUpdater ¶
type BasicCommentUpdater struct { }
func (BasicCommentUpdater) UpdateComment ¶
func (b BasicCommentUpdater) UpdateComment(jobs []scheduler.SerializedJob, prNumber int, prService orchestrator.PullRequestService, prCommentId int64) error
type CommentUpdater ¶
type CommentUpdater interface {
UpdateComment(jobs []scheduler.SerializedJob, prNumber int, prService orchestrator.PullRequestService, prCommentId int64) error
}
type NoopCommentUpdater ¶
type NoopCommentUpdater struct { }
func (NoopCommentUpdater) UpdateComment ¶
func (b NoopCommentUpdater) UpdateComment(jobs []scheduler.SerializedJob, prNumber int, prService orchestrator.PullRequestService, prCommentId int64) error
Click to show internal directories.
Click to hide internal directories.