Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type CreateOpts struct {
Title string
Description string
Labels []string
Assignees []string
Weight int
MileStone int
LinkedMR int
LinkedIssues []int
IssueLinkType string
TimeEstimate string
TimeSpent string
MilestoneFlag string
NoEditor bool
IsConfidential bool
IsInteractive bool
OpenInWeb bool
Yes bool
Web bool
IO *iostreams.IOStreams
BaseRepo func() (glrepo.Interface, error)
HTTPClient func() (*gitlab.Client, error)
Remotes func() (glrepo.Remotes, error)
Config func() (config.Config, error)
BaseProject *gitlab.Project
}
Click to show internal directories.
Click to hide internal directories.