Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type ListOptions ¶
type ListOptions struct { // metadata Assignee []string Reviewer []string Author string Labels []string NotLabels []string Milestone string SourceBranch string TargetBranch string Search string Mine bool Group string // issue states State string Closed bool Merged bool All bool Draft bool NotDraft bool // Pagination Page int PerPage int OutputFormat string // display opts ListType string TitleQualifier string IO *iostreams.IOStreams BaseRepo func() (glrepo.Interface, error) HTTPClient func() (*gitlab.Client, error) }
Click to show internal directories.
Click to hide internal directories.