Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type CreateOpts struct { Title string `json:"title,omitempty"` Description string `json:"description,omitempty"` Labels []string `json:"labels,omitempty"` Assignees []string `json:"assignees,omitempty"` Weight int `json:"weight,omitempty"` Milestone int `json:"milestone,omitempty"` LinkedMR int `json:"linked_mr,omitempty"` LinkedIssues []int `json:"linked_issues,omitempty"` IssueLinkType string `json:"issue_link_type,omitempty"` TimeEstimate string `json:"time_estimate,omitempty"` TimeSpent string `json:"time_spent,omitempty"` EpicID int `json:"epic_id,omitempty"` DueDate string `json:"due_date,omitempty"` MilestoneFlag string `json:"milestone_flag"` NoEditor bool `json:"-"` IsConfidential bool `json:"is_confidential,omitempty"` IsInteractive bool `json:"-"` OpenInWeb bool `json:"-"` Yes bool `json:"-"` Web bool `json:"-"` Recover bool `json:"-"` IO *iostreams.IOStreams `json:"-"` BaseRepo func() (glrepo.Interface, error) `json:"-"` HTTPClient func() (*gitlab.Client, error) `json:"-"` Remotes func() (glrepo.Remotes, error) `json:"-"` Config func() (config.Config, error) `json:"-"` BaseProject *gitlab.Project `json:"-"` }
Click to show internal directories.
Click to hide internal directories.