project

package
v0.0.0-...-8fb0621 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddProjectHook

func AddProjectHook(clientGitlab *client.ClientGitlab, pid, url, token string, mergeRequestsEvents, confidentialNoteEvents, pushEvents, issuesEvents, confidentialIssuesEvents, tagPushEvents, noteEvents, jobEvents,
	pipelineEvent, wikiPageEvents, enableSSLVerification *bool) bool

func ListProjectHooks

func ListProjectHooks(clientGitlab *client.ClientGitlab, pid string) ([]*gitlab.ProjectHook, bool)

func ListProjects

func ListProjects(clientGitlab *client.ClientGitlab) ([]*gitlab.Project, bool)

Types

type AddProjectHookPayload

type AddProjectHookPayload struct {
	Pid                      *string
	ConfidentialNoteEvents   *bool
	PushEvents               *bool
	IssuesEvents             *bool
	ConfidentialIssuesEvents *bool
	MergeRequestsEvents      *bool
	TagPushEvents            *bool
	NoteEvents               *bool
	JobEvents                *bool
	PipelineEvents           *bool
	WikiPageEvents           *bool
	EnableSSLVerification    *bool
	Token                    *string
}

type AddProjectHookServerPayload

type AddProjectHookServerPayload struct {
	UrlServer                string
	Pid                      *string
	URL                      *string
	ConfidentialNoteEvents   *bool
	PushEvents               *bool
	IssuesEvents             *bool
	ConfidentialIssuesEvents *bool
	MergeRequestsEvents      *bool
	TagPushEvents            *bool
	NoteEvents               *bool
	JobEvents                *bool
	PipelineEvents           *bool
	WikiPageEvents           *bool
	EnableSSLVerification    *bool
	Token                    *string
}

type ListProjectHooksPayload

type ListProjectHooksPayload struct {
	Pid *string
}

Jump to

Keyboard shortcuts

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