Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLab ¶
type GitLab struct { Result []*GroupScanResponse // contains filtered or unexported fields }
func (*GitLab) GenerateSlackMessage ¶
func (g *GitLab) GenerateSlackMessage(options integrations.GenerateMessageOptions) (*slack.WebhookMessage, error)
type GroupProjectScanResponse ¶
type GroupProjectScanResponse struct { Project *gitlab.Project MRs []*gitlab.MergeRequest }
type GroupScanResponse ¶
type GroupScanResponse struct { GroupID int Projects []GroupProjectScanResponse }
Click to show internal directories.
Click to hide internal directories.