Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PaginationOpts ¶
type PaginationOpts struct { // Number of items to show Limit int DefaultLimit int NextCursor, PrevCursor string }
func (*PaginationOpts) AddFlags ¶
func (o *PaginationOpts) AddFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.