Versions in this module Expand all Collapse all v0 v0.33.1 Oct 7, 2025 v0.33.0 Oct 7, 2025 Changes in this version + func WithAcceptApplicationIoSwaggerExamplesTodoListV1JSON(r *runtime.ClientOperation) + func WithAcceptApplicationJSON(r *runtime.ClientOperation) + func WithContentTypeApplicationIoSwaggerExamplesTodoListV1JSON(r *runtime.ClientOperation) + func WithContentTypeApplicationJSON(r *runtime.ClientOperation) + type Client struct + func (a *Client) GetExperimental(params *GetExperimentalParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetExperimentalOK, error) + func (a *Client) PutExperimental(params *PutExperimentalParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutExperimentalOK, *PutExperimentalNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + func WithAccept(mime string) ClientOption + func WithContentType(mime string) ClientOption + type ClientService interface + GetExperimental func(params *GetExperimentalParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetExperimentalOK, error) + PutExperimental func(params *PutExperimentalParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutExperimentalOK, *PutExperimentalNoContent, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type GetExperimentalOK struct + Payload *models.Item + func NewGetExperimentalOK() *GetExperimentalOK + func (o *GetExperimentalOK) Code() int + func (o *GetExperimentalOK) Error() string + func (o *GetExperimentalOK) GetPayload() *models.Item + func (o *GetExperimentalOK) IsClientError() bool + func (o *GetExperimentalOK) IsCode(code int) bool + func (o *GetExperimentalOK) IsRedirect() bool + func (o *GetExperimentalOK) IsServerError() bool + func (o *GetExperimentalOK) IsSuccess() bool + func (o *GetExperimentalOK) String() string + type GetExperimentalParams struct + Context context.Context + HTTPClient *http.Client + ID *string + func NewGetExperimentalParams() *GetExperimentalParams + func NewGetExperimentalParamsWithContext(ctx context.Context) *GetExperimentalParams + func NewGetExperimentalParamsWithHTTPClient(client *http.Client) *GetExperimentalParams + func NewGetExperimentalParamsWithTimeout(timeout time.Duration) *GetExperimentalParams + func (o *GetExperimentalParams) SetContext(ctx context.Context) + func (o *GetExperimentalParams) SetDefaults() + func (o *GetExperimentalParams) SetHTTPClient(client *http.Client) + func (o *GetExperimentalParams) SetID(id *string) + func (o *GetExperimentalParams) SetTimeout(timeout time.Duration) + func (o *GetExperimentalParams) WithContext(ctx context.Context) *GetExperimentalParams + func (o *GetExperimentalParams) WithDefaults() *GetExperimentalParams + func (o *GetExperimentalParams) WithHTTPClient(client *http.Client) *GetExperimentalParams + func (o *GetExperimentalParams) WithID(id *string) *GetExperimentalParams + func (o *GetExperimentalParams) WithTimeout(timeout time.Duration) *GetExperimentalParams + func (o *GetExperimentalParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetExperimentalReader struct + func (o *GetExperimentalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type GetExperimentalUnauthorized struct + func NewGetExperimentalUnauthorized() *GetExperimentalUnauthorized + func (o *GetExperimentalUnauthorized) Code() int + func (o *GetExperimentalUnauthorized) Error() string + func (o *GetExperimentalUnauthorized) IsClientError() bool + func (o *GetExperimentalUnauthorized) IsCode(code int) bool + func (o *GetExperimentalUnauthorized) IsRedirect() bool + func (o *GetExperimentalUnauthorized) IsServerError() bool + func (o *GetExperimentalUnauthorized) IsSuccess() bool + func (o *GetExperimentalUnauthorized) String() string + type PutExperimentalMethodNotAllowed struct + func NewPutExperimentalMethodNotAllowed() *PutExperimentalMethodNotAllowed + func (o *PutExperimentalMethodNotAllowed) Code() int + func (o *PutExperimentalMethodNotAllowed) Error() string + func (o *PutExperimentalMethodNotAllowed) IsClientError() bool + func (o *PutExperimentalMethodNotAllowed) IsCode(code int) bool + func (o *PutExperimentalMethodNotAllowed) IsRedirect() bool + func (o *PutExperimentalMethodNotAllowed) IsServerError() bool + func (o *PutExperimentalMethodNotAllowed) IsSuccess() bool + func (o *PutExperimentalMethodNotAllowed) String() string + type PutExperimentalNoContent struct + func NewPutExperimentalNoContent() *PutExperimentalNoContent + func (o *PutExperimentalNoContent) Code() int + func (o *PutExperimentalNoContent) Error() string + func (o *PutExperimentalNoContent) IsClientError() bool + func (o *PutExperimentalNoContent) IsCode(code int) bool + func (o *PutExperimentalNoContent) IsRedirect() bool + func (o *PutExperimentalNoContent) IsServerError() bool + func (o *PutExperimentalNoContent) IsSuccess() bool + func (o *PutExperimentalNoContent) String() string + type PutExperimentalOK struct + Payload *models.Item + func NewPutExperimentalOK() *PutExperimentalOK + func (o *PutExperimentalOK) Code() int + func (o *PutExperimentalOK) Error() string + func (o *PutExperimentalOK) GetPayload() *models.Item + func (o *PutExperimentalOK) IsClientError() bool + func (o *PutExperimentalOK) IsCode(code int) bool + func (o *PutExperimentalOK) IsRedirect() bool + func (o *PutExperimentalOK) IsServerError() bool + func (o *PutExperimentalOK) IsSuccess() bool + func (o *PutExperimentalOK) String() string + type PutExperimentalParams struct + Body *models.Item + Context context.Context + HTTPClient *http.Client + ID *string + func NewPutExperimentalParams() *PutExperimentalParams + func NewPutExperimentalParamsWithContext(ctx context.Context) *PutExperimentalParams + func NewPutExperimentalParamsWithHTTPClient(client *http.Client) *PutExperimentalParams + func NewPutExperimentalParamsWithTimeout(timeout time.Duration) *PutExperimentalParams + func (o *PutExperimentalParams) SetBody(body *models.Item) + func (o *PutExperimentalParams) SetContext(ctx context.Context) + func (o *PutExperimentalParams) SetDefaults() + func (o *PutExperimentalParams) SetHTTPClient(client *http.Client) + func (o *PutExperimentalParams) SetID(id *string) + func (o *PutExperimentalParams) SetTimeout(timeout time.Duration) + func (o *PutExperimentalParams) WithBody(body *models.Item) *PutExperimentalParams + func (o *PutExperimentalParams) WithContext(ctx context.Context) *PutExperimentalParams + func (o *PutExperimentalParams) WithDefaults() *PutExperimentalParams + func (o *PutExperimentalParams) WithHTTPClient(client *http.Client) *PutExperimentalParams + func (o *PutExperimentalParams) WithID(id *string) *PutExperimentalParams + func (o *PutExperimentalParams) WithTimeout(timeout time.Duration) *PutExperimentalParams + func (o *PutExperimentalParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutExperimentalReader struct + func (o *PutExperimentalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)