Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubAuditor ¶
type GithubAuditor struct {
// contains filtered or unexported fields
}
func NewGithubAuditor ¶
func NewGithubAuditor(token string) (*GithubAuditor, error)
func (GithubAuditor) AuditOrg ¶
func (gs GithubAuditor) AuditOrg( name string, enableStats bool, ) ([]issue.Issue, map[issue.IssueID]error, error)
AuditOrg runs a series of checks on a given organization and returns the issues found, execution state for each check run (whether it was successful or yielded in an error), and a generic overall error if audit fails overall
Click to show internal directories.
Click to hide internal directories.