Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type ListOptions ¶ added in v1.14.0
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 // Pagination Page int PerPage int // 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.