gitlabcore

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatedMRInfo

type CreatedMRInfo struct {
	URL    string
	Brunch string
	Err    error
}

type MRID

type MRID int

type MRInfo

type MRInfo struct {
	Title        string
	SourceBranch string
	TargetBranch string
	ProjectID    ProjectID
	MROptionalInfo
}

type MROptionalInfo

type MROptionalInfo struct {
	Description          *string
	Draft                bool
	Assignees            []UserID
	Reviewers            []UserID
	RemoveSourceBranch   *bool
	Squash               *bool
	ApprovalsBeforeMerge *int
}

type MRTemplate

type MRTemplate struct {
	Description string
}

type Project

type Project struct {
	ID  ProjectID
	URL string
}

type ProjectID

type ProjectID int

type UserID

type UserID int

Jump to

Keyboard shortcuts

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