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