Versions in this module Expand all Collapse all v1 v1.1.0 Feb 13, 2024 v1.0.0 Feb 6, 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 StatusListDefault struct + Payload interface{} + func NewStatusListDefault(code int) *StatusListDefault + func (o *StatusListDefault) Code() int + func (o *StatusListDefault) Error() string + func (o *StatusListDefault) GetPayload() interface{} + func (o *StatusListDefault) IsClientError() bool + func (o *StatusListDefault) IsCode(code int) bool + func (o *StatusListDefault) IsRedirect() bool + func (o *StatusListDefault) IsServerError() bool + func (o *StatusListDefault) IsSuccess() bool + func (o *StatusListDefault) String() string + 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)