Versions in this module Expand all Collapse all v1 v1.3.0 Jul 7, 2026 Changes in this version + type Administration struct + Permission Permission + type Github struct + AppID int + Events []string + Organization string + PrivateKey string + PrivateKeyLocation string + User string + WebhookSecret string + type Layout struct + Administration Administration + PullRequest PullRequest + func (cfg *Layout) AllResultsPassed(results []*Result) bool + func (cfg *Layout) GetOverralResults(results []*Result) string + func (cfg *Layout) HasAssignees(hasAssignees bool) *Result + func (cfg *Layout) HasLabels(hasLabels bool) *Result + func (cfg *Layout) HasReviewers(hasReviewers bool) *Result + func (cfg *Layout) IsNamePatternValid(name string) *Result + type Permission struct + Repositories []Repositories + Users []string + type PullRequest struct + ApproveCommand string + EnableOverview bool + MergeAndDeleteCommand string + MergeCommand string + OverViewCommand string + RunTestSuiteCommand string + TestSuite TestSuite + type Repositories struct + Repository Repository + type Repository struct + Name string + Users []string + type Result struct + Body string + Passed bool + Title string + type Settings struct + Github Github + Layout Layout + type TestSuite struct + Assignees bool + Labels bool + NamePattern string + Reviewers bool