Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2023 v0.1.0 Oct 12, 2023 Changes in this version + type ChunkedOK struct + Payload io.Writer + func NewChunkedOK(writer io.Writer) *ChunkedOK + func (o *ChunkedOK) Code() int + func (o *ChunkedOK) Error() string + func (o *ChunkedOK) GetPayload() io.Writer + func (o *ChunkedOK) IsClientError() bool + func (o *ChunkedOK) IsCode(code int) bool + func (o *ChunkedOK) IsRedirect() bool + func (o *ChunkedOK) IsServerError() bool + func (o *ChunkedOK) IsSuccess() bool + func (o *ChunkedOK) String() string + type ChunkedParams struct + Context context.Context + HTTPClient *http.Client + func NewChunkedParams() *ChunkedParams + func NewChunkedParamsWithContext(ctx context.Context) *ChunkedParams + func NewChunkedParamsWithHTTPClient(client *http.Client) *ChunkedParams + func NewChunkedParamsWithTimeout(timeout time.Duration) *ChunkedParams + func (o *ChunkedParams) SetContext(ctx context.Context) + func (o *ChunkedParams) SetDefaults() + func (o *ChunkedParams) SetHTTPClient(client *http.Client) + func (o *ChunkedParams) SetTimeout(timeout time.Duration) + func (o *ChunkedParams) WithContext(ctx context.Context) *ChunkedParams + func (o *ChunkedParams) WithDefaults() *ChunkedParams + func (o *ChunkedParams) WithHTTPClient(client *http.Client) *ChunkedParams + func (o *ChunkedParams) WithTimeout(timeout time.Duration) *ChunkedParams + func (o *ChunkedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ChunkedReader struct + func (o *ChunkedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) Chunked(params *ChunkedParams, writer io.Writer, opts ...ClientOption) (*ChunkedOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + Chunked func(params *ChunkedParams, writer io.Writer, opts ...ClientOption) (*ChunkedOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService