Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // PageSize used for the client operations, a maximum of 100 is enforced by the Goharbor API. PageSize int64 // Page to be used for client operations. Page int64 // The timeout for client operations. Timeout time.Duration // Sort string used on 'list' client operations. Sort string // Query string used for client operations. Query string }
Options defines optional parameters for configuring an API client.
func (*Options) WithPageSize ¶ added in v5.2.0
Click to show internal directories.
Click to hide internal directories.