Versions in this module Expand all Collapse all v3 v3.2.4 Feb 16, 2023 Changes in this version + type Client struct + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) StatusList(params *StatusListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*StatusListOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + SetTransport func(transport runtime.ClientTransport) + StatusList func(params *StatusListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*StatusListOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type StatusListOK struct + func NewStatusListOK() *StatusListOK + func (o *StatusListOK) Error() string + func (o *StatusListOK) IsClientError() bool + func (o *StatusListOK) IsCode(code int) bool + func (o *StatusListOK) IsRedirect() bool + func (o *StatusListOK) IsServerError() bool + func (o *StatusListOK) IsSuccess() bool + func (o *StatusListOK) String() string + type StatusListParams struct + Context context.Context + HTTPClient *http.Client + func NewStatusListParams() *StatusListParams + func NewStatusListParamsWithContext(ctx context.Context) *StatusListParams + func NewStatusListParamsWithHTTPClient(client *http.Client) *StatusListParams + func NewStatusListParamsWithTimeout(timeout time.Duration) *StatusListParams + func (o *StatusListParams) SetContext(ctx context.Context) + func (o *StatusListParams) SetDefaults() + func (o *StatusListParams) SetHTTPClient(client *http.Client) + func (o *StatusListParams) SetTimeout(timeout time.Duration) + func (o *StatusListParams) WithContext(ctx context.Context) *StatusListParams + func (o *StatusListParams) WithDefaults() *StatusListParams + func (o *StatusListParams) WithHTTPClient(client *http.Client) *StatusListParams + func (o *StatusListParams) WithTimeout(timeout time.Duration) *StatusListParams + func (o *StatusListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StatusListReader struct + func (o *StatusListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)