Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Github ¶
type Github struct {
// contains filtered or unexported fields
}
Github wraps a github client and manager. This struct implements what the Host interface defines.
func NewGithubClient ¶
NewGithubClient accepts a manager struct and returns a Github host pointer which will be used to perform a github audit on an organization, user, or PR.
type Gitlab ¶
type Gitlab struct {
// contains filtered or unexported fields
}
Gitlab wraps a gitlab client and manager. This struct implements what the Host interface defines.
func NewGitlabClient ¶
NewGitlabClient accepts a manager struct and returns a Gitlab host pointer which will be used to perform a gitlab audit on an group or user.
Click to show internal directories.
Click to hide internal directories.