gitlab

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

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) Enabled added in v0.0.3

func (g *GitLab) Enabled(config config.Integrations) bool

func (*GitLab) GenerateSlackMessage

func (g *GitLab) GenerateSlackMessage(options integrations.GenerateMessageOptions) (*slack.WebhookMessage, error)

func (*GitLab) Load

func (g *GitLab) Load(config config.Integrations) error

func (*GitLab) Name

func (g *GitLab) Name() string

func (*GitLab) Validate added in v0.0.3

func (g *GitLab) Validate(config config.Integrations) error

type GroupProjectScanResponse

type GroupProjectScanResponse struct {
	Project *gitlab.Project
	MRs     []*gitlab.MergeRequest
}

type GroupScanResponse

type GroupScanResponse struct {
	GroupID  int
	Projects []GroupProjectScanResponse
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL