Documentation
¶
Overview ¶
Package list implements the discussions project list command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListOptions ¶
type ListOptions struct {
IO *iostreams.IOStreams
HttpClient func() (*http.Client, error)
BaseRepo func() (string, error)
Repository string
Limit int
LimitSet bool
Page int
PerPage int
Sort string
Direction string
Search string
JSON bool
}
ListOptions configures the discussions project list command.
Source Files
¶
- list.go
Click to show internal directories.
Click to hide internal directories.