Versions in this module Expand all Collapse all v0 v0.31.0 Apr 9, 2024 v0.30.0 Mar 28, 2022 Changes in this version + type Client struct + func (a *Client) Elapse(params *ElapseParams, writer io.Writer, opts ...ClientOption) (*ElapseOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + Elapse func(params *ElapseParams, writer io.Writer, opts ...ClientOption) (*ElapseOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ElapseForbidden struct + func NewElapseForbidden() *ElapseForbidden + func (o *ElapseForbidden) Error() string + type ElapseOK struct + Payload io.Writer + func NewElapseOK(writer io.Writer) *ElapseOK + func (o *ElapseOK) Error() string + func (o *ElapseOK) GetPayload() io.Writer + type ElapseParams struct + Context context.Context + HTTPClient *http.Client + Length int64 + func NewElapseParams() *ElapseParams + func NewElapseParamsWithContext(ctx context.Context) *ElapseParams + func NewElapseParamsWithHTTPClient(client *http.Client) *ElapseParams + func NewElapseParamsWithTimeout(timeout time.Duration) *ElapseParams + func (o *ElapseParams) SetContext(ctx context.Context) + func (o *ElapseParams) SetDefaults() + func (o *ElapseParams) SetHTTPClient(client *http.Client) + func (o *ElapseParams) SetLength(length int64) + func (o *ElapseParams) SetTimeout(timeout time.Duration) + func (o *ElapseParams) WithContext(ctx context.Context) *ElapseParams + func (o *ElapseParams) WithDefaults() *ElapseParams + func (o *ElapseParams) WithHTTPClient(client *http.Client) *ElapseParams + func (o *ElapseParams) WithLength(length int64) *ElapseParams + func (o *ElapseParams) WithTimeout(timeout time.Duration) *ElapseParams + func (o *ElapseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ElapseReader struct + func (o *ElapseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)