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 AddOneCreated struct + Payload *models.Item + func NewAddOneCreated() *AddOneCreated + func (o *AddOneCreated) Code() int + func (o *AddOneCreated) Error() string + func (o *AddOneCreated) GetPayload() *models.Item + func (o *AddOneCreated) IsClientError() bool + func (o *AddOneCreated) IsCode(code int) bool + func (o *AddOneCreated) IsRedirect() bool + func (o *AddOneCreated) IsServerError() bool + func (o *AddOneCreated) IsSuccess() bool + func (o *AddOneCreated) String() string + type AddOneDefault struct + Payload *models.Error + func NewAddOneDefault(code int) *AddOneDefault + func (o *AddOneDefault) Code() int + func (o *AddOneDefault) Error() string + func (o *AddOneDefault) GetPayload() *models.Error + func (o *AddOneDefault) IsClientError() bool + func (o *AddOneDefault) IsCode(code int) bool + func (o *AddOneDefault) IsRedirect() bool + func (o *AddOneDefault) IsServerError() bool + func (o *AddOneDefault) IsSuccess() bool + func (o *AddOneDefault) String() string + type AddOneNoContent struct + func NewAddOneNoContent() *AddOneNoContent + func (o *AddOneNoContent) Code() int + func (o *AddOneNoContent) Error() string + func (o *AddOneNoContent) IsClientError() bool + func (o *AddOneNoContent) IsCode(code int) bool + func (o *AddOneNoContent) IsRedirect() bool + func (o *AddOneNoContent) IsServerError() bool + func (o *AddOneNoContent) IsSuccess() bool + func (o *AddOneNoContent) String() string + type AddOneParams struct + Body *models.Item + Context context.Context + HTTPClient *http.Client + func NewAddOneParams() *AddOneParams + func NewAddOneParamsWithContext(ctx context.Context) *AddOneParams + func NewAddOneParamsWithHTTPClient(client *http.Client) *AddOneParams + func NewAddOneParamsWithTimeout(timeout time.Duration) *AddOneParams + func (o *AddOneParams) SetBody(body *models.Item) + func (o *AddOneParams) SetContext(ctx context.Context) + func (o *AddOneParams) SetDefaults() + func (o *AddOneParams) SetHTTPClient(client *http.Client) + func (o *AddOneParams) SetTimeout(timeout time.Duration) + func (o *AddOneParams) WithBody(body *models.Item) *AddOneParams + func (o *AddOneParams) WithContext(ctx context.Context) *AddOneParams + func (o *AddOneParams) WithDefaults() *AddOneParams + func (o *AddOneParams) WithHTTPClient(client *http.Client) *AddOneParams + func (o *AddOneParams) WithTimeout(timeout time.Duration) *AddOneParams + func (o *AddOneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddOneReader struct + func (o *AddOneReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type Client struct + func (a *Client) AddOne(params *AddOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddOneCreated, *AddOneNoContent, error) + func (a *Client) DestroyOne(params *DestroyOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DestroyOneNoContent, error) + func (a *Client) Find(params *FindParams, authInfo runtime.ClientAuthInfoWriter, ...) (*FindOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateOne(params *UpdateOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateOneOK, *UpdateOneNoContent, error) + type ClientOption func(*runtime.ClientOperation) + func WithAccept(mime string) ClientOption + func WithContentType(mime string) ClientOption + type ClientService interface + AddOne func(params *AddOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddOneCreated, *AddOneNoContent, error) + DestroyOne func(params *DestroyOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DestroyOneNoContent, error) + Find func(params *FindParams, authInfo runtime.ClientAuthInfoWriter, ...) (*FindOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateOne func(params *UpdateOneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateOneOK, *UpdateOneNoContent, error) + 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 DestroyOneDefault struct + Payload *models.Error + func NewDestroyOneDefault(code int) *DestroyOneDefault + func (o *DestroyOneDefault) Code() int + func (o *DestroyOneDefault) Error() string + func (o *DestroyOneDefault) GetPayload() *models.Error + func (o *DestroyOneDefault) IsClientError() bool + func (o *DestroyOneDefault) IsCode(code int) bool + func (o *DestroyOneDefault) IsRedirect() bool + func (o *DestroyOneDefault) IsServerError() bool + func (o *DestroyOneDefault) IsSuccess() bool + func (o *DestroyOneDefault) String() string + type DestroyOneNoContent struct + func NewDestroyOneNoContent() *DestroyOneNoContent + func (o *DestroyOneNoContent) Code() int + func (o *DestroyOneNoContent) Error() string + func (o *DestroyOneNoContent) IsClientError() bool + func (o *DestroyOneNoContent) IsCode(code int) bool + func (o *DestroyOneNoContent) IsRedirect() bool + func (o *DestroyOneNoContent) IsServerError() bool + func (o *DestroyOneNoContent) IsSuccess() bool + func (o *DestroyOneNoContent) String() string + type DestroyOneParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewDestroyOneParams() *DestroyOneParams + func NewDestroyOneParamsWithContext(ctx context.Context) *DestroyOneParams + func NewDestroyOneParamsWithHTTPClient(client *http.Client) *DestroyOneParams + func NewDestroyOneParamsWithTimeout(timeout time.Duration) *DestroyOneParams + func (o *DestroyOneParams) SetContext(ctx context.Context) + func (o *DestroyOneParams) SetDefaults() + func (o *DestroyOneParams) SetHTTPClient(client *http.Client) + func (o *DestroyOneParams) SetID(id string) + func (o *DestroyOneParams) SetTimeout(timeout time.Duration) + func (o *DestroyOneParams) WithContext(ctx context.Context) *DestroyOneParams + func (o *DestroyOneParams) WithDefaults() *DestroyOneParams + func (o *DestroyOneParams) WithHTTPClient(client *http.Client) *DestroyOneParams + func (o *DestroyOneParams) WithID(id string) *DestroyOneParams + func (o *DestroyOneParams) WithTimeout(timeout time.Duration) *DestroyOneParams + func (o *DestroyOneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DestroyOneReader struct + func (o *DestroyOneReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type FindDefault struct + Payload *models.Error + func NewFindDefault(code int) *FindDefault + func (o *FindDefault) Code() int + func (o *FindDefault) Error() string + func (o *FindDefault) GetPayload() *models.Error + func (o *FindDefault) IsClientError() bool + func (o *FindDefault) IsCode(code int) bool + func (o *FindDefault) IsRedirect() bool + func (o *FindDefault) IsServerError() bool + func (o *FindDefault) IsSuccess() bool + func (o *FindDefault) String() string + type FindOK struct + Payload []*models.Item + func NewFindOK() *FindOK + func (o *FindOK) Code() int + func (o *FindOK) Error() string + func (o *FindOK) GetPayload() []*models.Item + func (o *FindOK) IsClientError() bool + func (o *FindOK) IsCode(code int) bool + func (o *FindOK) IsRedirect() bool + func (o *FindOK) IsServerError() bool + func (o *FindOK) IsSuccess() bool + func (o *FindOK) String() string + type FindParams struct + Context context.Context + HTTPClient *http.Client + Limit int32 + Tags []int32 + XRateLimit int32 + func NewFindParams() *FindParams + func NewFindParamsWithContext(ctx context.Context) *FindParams + func NewFindParamsWithHTTPClient(client *http.Client) *FindParams + func NewFindParamsWithTimeout(timeout time.Duration) *FindParams + func (o *FindParams) SetContext(ctx context.Context) + func (o *FindParams) SetDefaults() + func (o *FindParams) SetHTTPClient(client *http.Client) + func (o *FindParams) SetLimit(limit int32) + func (o *FindParams) SetTags(tags []int32) + func (o *FindParams) SetTimeout(timeout time.Duration) + func (o *FindParams) SetXRateLimit(xRateLimit int32) + func (o *FindParams) WithContext(ctx context.Context) *FindParams + func (o *FindParams) WithDefaults() *FindParams + func (o *FindParams) WithHTTPClient(client *http.Client) *FindParams + func (o *FindParams) WithLimit(limit int32) *FindParams + func (o *FindParams) WithTags(tags []int32) *FindParams + func (o *FindParams) WithTimeout(timeout time.Duration) *FindParams + func (o *FindParams) WithXRateLimit(xRateLimit int32) *FindParams + func (o *FindParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type FindReader struct + func (o *FindReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type UpdateOneDefault struct + Payload *models.Error + func NewUpdateOneDefault(code int) *UpdateOneDefault + func (o *UpdateOneDefault) Code() int + func (o *UpdateOneDefault) Error() string + func (o *UpdateOneDefault) GetPayload() *models.Error + func (o *UpdateOneDefault) IsClientError() bool + func (o *UpdateOneDefault) IsCode(code int) bool + func (o *UpdateOneDefault) IsRedirect() bool + func (o *UpdateOneDefault) IsServerError() bool + func (o *UpdateOneDefault) IsSuccess() bool + func (o *UpdateOneDefault) String() string + type UpdateOneNoContent struct + func NewUpdateOneNoContent() *UpdateOneNoContent + func (o *UpdateOneNoContent) Code() int + func (o *UpdateOneNoContent) Error() string + func (o *UpdateOneNoContent) IsClientError() bool + func (o *UpdateOneNoContent) IsCode(code int) bool + func (o *UpdateOneNoContent) IsRedirect() bool + func (o *UpdateOneNoContent) IsServerError() bool + func (o *UpdateOneNoContent) IsSuccess() bool + func (o *UpdateOneNoContent) String() string + type UpdateOneOK struct + Payload *models.Item + func NewUpdateOneOK() *UpdateOneOK + func (o *UpdateOneOK) Code() int + func (o *UpdateOneOK) Error() string + func (o *UpdateOneOK) GetPayload() *models.Item + func (o *UpdateOneOK) IsClientError() bool + func (o *UpdateOneOK) IsCode(code int) bool + func (o *UpdateOneOK) IsRedirect() bool + func (o *UpdateOneOK) IsServerError() bool + func (o *UpdateOneOK) IsSuccess() bool + func (o *UpdateOneOK) String() string + type UpdateOneParams struct + Body *models.Item + Context context.Context + HTTPClient *http.Client + ID string + func NewUpdateOneParams() *UpdateOneParams + func NewUpdateOneParamsWithContext(ctx context.Context) *UpdateOneParams + func NewUpdateOneParamsWithHTTPClient(client *http.Client) *UpdateOneParams + func NewUpdateOneParamsWithTimeout(timeout time.Duration) *UpdateOneParams + func (o *UpdateOneParams) SetBody(body *models.Item) + func (o *UpdateOneParams) SetContext(ctx context.Context) + func (o *UpdateOneParams) SetDefaults() + func (o *UpdateOneParams) SetHTTPClient(client *http.Client) + func (o *UpdateOneParams) SetID(id string) + func (o *UpdateOneParams) SetTimeout(timeout time.Duration) + func (o *UpdateOneParams) WithBody(body *models.Item) *UpdateOneParams + func (o *UpdateOneParams) WithContext(ctx context.Context) *UpdateOneParams + func (o *UpdateOneParams) WithDefaults() *UpdateOneParams + func (o *UpdateOneParams) WithHTTPClient(client *http.Client) *UpdateOneParams + func (o *UpdateOneParams) WithID(id string) *UpdateOneParams + func (o *UpdateOneParams) WithTimeout(timeout time.Duration) *UpdateOneParams + func (o *UpdateOneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateOneReader struct + func (o *UpdateOneReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)