Documentation
¶
Index ¶
- type GitLab
- func (g *GitLab) Enabled(config config.Integrations) bool
- func (g *GitLab) GenerateSlackMessage(options integrations.GenerateMessageOptions) (*slack.WebhookMessage, error)
- func (g *GitLab) Load(config config.Integrations) error
- func (g *GitLab) Name() string
- func (g *GitLab) Validate(config config.Integrations) error
- type GroupProjectScanResponse
- type GroupScanResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLab ¶
type GitLab struct { integrations.Integration 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.