Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter keeps track of succeeded and failed repositories
func (*Counter) AddError ¶
func (r *Counter) AddError(err error, repo scm.Repository, pr scm.PullRequest)
AddError add a failing repository together with the error that caused it
func (*Counter) AddSuccessPullRequest ¶ added in v0.17.0
func (r *Counter) AddSuccessPullRequest(repo scm.Repository, pr scm.PullRequest)
AddSuccessPullRequest adds a pullrequest that succeeded
func (*Counter) AddSuccessRepositories ¶ added in v0.17.0
func (r *Counter) AddSuccessRepositories(repo scm.Repository)
AddSuccessRepositories adds a repository that succeeded
Click to show internal directories.
Click to hide internal directories.