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 AddCommentToTaskBody struct + Content *string + UserID *int64 + func (o *AddCommentToTaskBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *AddCommentToTaskBody) MarshalBinary() ([]byte, error) + func (o *AddCommentToTaskBody) UnmarshalBinary(b []byte) error + func (o *AddCommentToTaskBody) Validate(formats strfmt.Registry) error + type AddCommentToTaskCreated struct + func NewAddCommentToTaskCreated() *AddCommentToTaskCreated + func (o *AddCommentToTaskCreated) Code() int + func (o *AddCommentToTaskCreated) Error() string + func (o *AddCommentToTaskCreated) IsClientError() bool + func (o *AddCommentToTaskCreated) IsCode(code int) bool + func (o *AddCommentToTaskCreated) IsRedirect() bool + func (o *AddCommentToTaskCreated) IsServerError() bool + func (o *AddCommentToTaskCreated) IsSuccess() bool + func (o *AddCommentToTaskCreated) String() string + type AddCommentToTaskDefault struct + Payload *models.Error + XErrorCode string + func NewAddCommentToTaskDefault(code int) *AddCommentToTaskDefault + func (o *AddCommentToTaskDefault) Code() int + func (o *AddCommentToTaskDefault) Error() string + func (o *AddCommentToTaskDefault) GetPayload() *models.Error + func (o *AddCommentToTaskDefault) IsClientError() bool + func (o *AddCommentToTaskDefault) IsCode(code int) bool + func (o *AddCommentToTaskDefault) IsRedirect() bool + func (o *AddCommentToTaskDefault) IsServerError() bool + func (o *AddCommentToTaskDefault) IsSuccess() bool + func (o *AddCommentToTaskDefault) String() string + type AddCommentToTaskParams struct + Body AddCommentToTaskBody + Context context.Context + HTTPClient *http.Client + ID int64 + func NewAddCommentToTaskParams() *AddCommentToTaskParams + func NewAddCommentToTaskParamsWithContext(ctx context.Context) *AddCommentToTaskParams + func NewAddCommentToTaskParamsWithHTTPClient(client *http.Client) *AddCommentToTaskParams + func NewAddCommentToTaskParamsWithTimeout(timeout time.Duration) *AddCommentToTaskParams + func (o *AddCommentToTaskParams) SetBody(body AddCommentToTaskBody) + func (o *AddCommentToTaskParams) SetContext(ctx context.Context) + func (o *AddCommentToTaskParams) SetDefaults() + func (o *AddCommentToTaskParams) SetHTTPClient(client *http.Client) + func (o *AddCommentToTaskParams) SetID(id int64) + func (o *AddCommentToTaskParams) SetTimeout(timeout time.Duration) + func (o *AddCommentToTaskParams) WithBody(body AddCommentToTaskBody) *AddCommentToTaskParams + func (o *AddCommentToTaskParams) WithContext(ctx context.Context) *AddCommentToTaskParams + func (o *AddCommentToTaskParams) WithDefaults() *AddCommentToTaskParams + func (o *AddCommentToTaskParams) WithHTTPClient(client *http.Client) *AddCommentToTaskParams + func (o *AddCommentToTaskParams) WithID(id int64) *AddCommentToTaskParams + func (o *AddCommentToTaskParams) WithTimeout(timeout time.Duration) *AddCommentToTaskParams + func (o *AddCommentToTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddCommentToTaskReader struct + func (o *AddCommentToTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) AddCommentToTask(params *AddCommentToTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddCommentToTaskCreated, error) + func (a *Client) CreateTask(params *CreateTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTaskCreated, error) + func (a *Client) DeleteTask(params *DeleteTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTaskNoContent, error) + func (a *Client) GetTaskComments(params *GetTaskCommentsParams, opts ...ClientOption) (*GetTaskCommentsOK, error) + func (a *Client) GetTaskDetails(params *GetTaskDetailsParams, opts ...ClientOption) (*GetTaskDetailsOK, error) + func (a *Client) ListTasks(params *ListTasksParams, opts ...ClientOption) (*ListTasksOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateTask(params *UpdateTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateTaskOK, error) + func (a *Client) UploadTaskFile(params *UploadTaskFileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadTaskFileCreated, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + AddCommentToTask func(params *AddCommentToTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddCommentToTaskCreated, error) + CreateTask func(params *CreateTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTaskCreated, error) + DeleteTask func(params *DeleteTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTaskNoContent, error) + GetTaskComments func(params *GetTaskCommentsParams, opts ...ClientOption) (*GetTaskCommentsOK, error) + GetTaskDetails func(params *GetTaskDetailsParams, opts ...ClientOption) (*GetTaskDetailsOK, error) + ListTasks func(params *ListTasksParams, opts ...ClientOption) (*ListTasksOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateTask func(params *UpdateTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateTaskOK, error) + UploadTaskFile func(params *UploadTaskFileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadTaskFileCreated, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateTaskCreated struct + Location strfmt.URI + func NewCreateTaskCreated() *CreateTaskCreated + func (o *CreateTaskCreated) Code() int + func (o *CreateTaskCreated) Error() string + func (o *CreateTaskCreated) IsClientError() bool + func (o *CreateTaskCreated) IsCode(code int) bool + func (o *CreateTaskCreated) IsRedirect() bool + func (o *CreateTaskCreated) IsServerError() bool + func (o *CreateTaskCreated) IsSuccess() bool + func (o *CreateTaskCreated) String() string + type CreateTaskDefault struct + Payload *models.Error + XErrorCode string + func NewCreateTaskDefault(code int) *CreateTaskDefault + func (o *CreateTaskDefault) Code() int + func (o *CreateTaskDefault) Error() string + func (o *CreateTaskDefault) GetPayload() *models.Error + func (o *CreateTaskDefault) IsClientError() bool + func (o *CreateTaskDefault) IsCode(code int) bool + func (o *CreateTaskDefault) IsRedirect() bool + func (o *CreateTaskDefault) IsServerError() bool + func (o *CreateTaskDefault) IsSuccess() bool + func (o *CreateTaskDefault) String() string + type CreateTaskParams struct + Body *models.Task + Context context.Context + HTTPClient *http.Client + func NewCreateTaskParams() *CreateTaskParams + func NewCreateTaskParamsWithContext(ctx context.Context) *CreateTaskParams + func NewCreateTaskParamsWithHTTPClient(client *http.Client) *CreateTaskParams + func NewCreateTaskParamsWithTimeout(timeout time.Duration) *CreateTaskParams + func (o *CreateTaskParams) SetBody(body *models.Task) + func (o *CreateTaskParams) SetContext(ctx context.Context) + func (o *CreateTaskParams) SetDefaults() + func (o *CreateTaskParams) SetHTTPClient(client *http.Client) + func (o *CreateTaskParams) SetTimeout(timeout time.Duration) + func (o *CreateTaskParams) WithBody(body *models.Task) *CreateTaskParams + func (o *CreateTaskParams) WithContext(ctx context.Context) *CreateTaskParams + func (o *CreateTaskParams) WithDefaults() *CreateTaskParams + func (o *CreateTaskParams) WithHTTPClient(client *http.Client) *CreateTaskParams + func (o *CreateTaskParams) WithTimeout(timeout time.Duration) *CreateTaskParams + func (o *CreateTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateTaskReader struct + func (o *CreateTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteTaskDefault struct + Payload *models.Error + XErrorCode string + func NewDeleteTaskDefault(code int) *DeleteTaskDefault + func (o *DeleteTaskDefault) Code() int + func (o *DeleteTaskDefault) Error() string + func (o *DeleteTaskDefault) GetPayload() *models.Error + func (o *DeleteTaskDefault) IsClientError() bool + func (o *DeleteTaskDefault) IsCode(code int) bool + func (o *DeleteTaskDefault) IsRedirect() bool + func (o *DeleteTaskDefault) IsServerError() bool + func (o *DeleteTaskDefault) IsSuccess() bool + func (o *DeleteTaskDefault) String() string + type DeleteTaskNoContent struct + func NewDeleteTaskNoContent() *DeleteTaskNoContent + func (o *DeleteTaskNoContent) Code() int + func (o *DeleteTaskNoContent) Error() string + func (o *DeleteTaskNoContent) IsClientError() bool + func (o *DeleteTaskNoContent) IsCode(code int) bool + func (o *DeleteTaskNoContent) IsRedirect() bool + func (o *DeleteTaskNoContent) IsServerError() bool + func (o *DeleteTaskNoContent) IsSuccess() bool + func (o *DeleteTaskNoContent) String() string + type DeleteTaskParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteTaskParams() *DeleteTaskParams + func NewDeleteTaskParamsWithContext(ctx context.Context) *DeleteTaskParams + func NewDeleteTaskParamsWithHTTPClient(client *http.Client) *DeleteTaskParams + func NewDeleteTaskParamsWithTimeout(timeout time.Duration) *DeleteTaskParams + func (o *DeleteTaskParams) SetContext(ctx context.Context) + func (o *DeleteTaskParams) SetDefaults() + func (o *DeleteTaskParams) SetHTTPClient(client *http.Client) + func (o *DeleteTaskParams) SetID(id int64) + func (o *DeleteTaskParams) SetTimeout(timeout time.Duration) + func (o *DeleteTaskParams) WithContext(ctx context.Context) *DeleteTaskParams + func (o *DeleteTaskParams) WithDefaults() *DeleteTaskParams + func (o *DeleteTaskParams) WithHTTPClient(client *http.Client) *DeleteTaskParams + func (o *DeleteTaskParams) WithID(id int64) *DeleteTaskParams + func (o *DeleteTaskParams) WithTimeout(timeout time.Duration) *DeleteTaskParams + func (o *DeleteTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteTaskReader struct + func (o *DeleteTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTaskCommentsDefault struct + Payload *models.Error + XErrorCode string + func NewGetTaskCommentsDefault(code int) *GetTaskCommentsDefault + func (o *GetTaskCommentsDefault) Code() int + func (o *GetTaskCommentsDefault) Error() string + func (o *GetTaskCommentsDefault) GetPayload() *models.Error + func (o *GetTaskCommentsDefault) IsClientError() bool + func (o *GetTaskCommentsDefault) IsCode(code int) bool + func (o *GetTaskCommentsDefault) IsRedirect() bool + func (o *GetTaskCommentsDefault) IsServerError() bool + func (o *GetTaskCommentsDefault) IsSuccess() bool + func (o *GetTaskCommentsDefault) String() string + type GetTaskCommentsOK struct + Payload []*models.Comment + func NewGetTaskCommentsOK() *GetTaskCommentsOK + func (o *GetTaskCommentsOK) Code() int + func (o *GetTaskCommentsOK) Error() string + func (o *GetTaskCommentsOK) GetPayload() []*models.Comment + func (o *GetTaskCommentsOK) IsClientError() bool + func (o *GetTaskCommentsOK) IsCode(code int) bool + func (o *GetTaskCommentsOK) IsRedirect() bool + func (o *GetTaskCommentsOK) IsServerError() bool + func (o *GetTaskCommentsOK) IsSuccess() bool + func (o *GetTaskCommentsOK) String() string + type GetTaskCommentsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + PageSize *int32 + Since *strfmt.DateTime + func NewGetTaskCommentsParams() *GetTaskCommentsParams + func NewGetTaskCommentsParamsWithContext(ctx context.Context) *GetTaskCommentsParams + func NewGetTaskCommentsParamsWithHTTPClient(client *http.Client) *GetTaskCommentsParams + func NewGetTaskCommentsParamsWithTimeout(timeout time.Duration) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) SetContext(ctx context.Context) + func (o *GetTaskCommentsParams) SetDefaults() + func (o *GetTaskCommentsParams) SetHTTPClient(client *http.Client) + func (o *GetTaskCommentsParams) SetID(id int64) + func (o *GetTaskCommentsParams) SetPageSize(pageSize *int32) + func (o *GetTaskCommentsParams) SetSince(since *strfmt.DateTime) + func (o *GetTaskCommentsParams) SetTimeout(timeout time.Duration) + func (o *GetTaskCommentsParams) WithContext(ctx context.Context) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WithDefaults() *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WithHTTPClient(client *http.Client) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WithID(id int64) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WithPageSize(pageSize *int32) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WithSince(since *strfmt.DateTime) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WithTimeout(timeout time.Duration) *GetTaskCommentsParams + func (o *GetTaskCommentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTaskCommentsReader struct + func (o *GetTaskCommentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTaskDetailsDefault struct + Payload *models.Error + XErrorCode string + func NewGetTaskDetailsDefault(code int) *GetTaskDetailsDefault + func (o *GetTaskDetailsDefault) Code() int + func (o *GetTaskDetailsDefault) Error() string + func (o *GetTaskDetailsDefault) GetPayload() *models.Error + func (o *GetTaskDetailsDefault) IsClientError() bool + func (o *GetTaskDetailsDefault) IsCode(code int) bool + func (o *GetTaskDetailsDefault) IsRedirect() bool + func (o *GetTaskDetailsDefault) IsServerError() bool + func (o *GetTaskDetailsDefault) IsSuccess() bool + func (o *GetTaskDetailsDefault) String() string + type GetTaskDetailsOK struct + Payload *models.Task + func NewGetTaskDetailsOK() *GetTaskDetailsOK + func (o *GetTaskDetailsOK) Code() int + func (o *GetTaskDetailsOK) Error() string + func (o *GetTaskDetailsOK) GetPayload() *models.Task + func (o *GetTaskDetailsOK) IsClientError() bool + func (o *GetTaskDetailsOK) IsCode(code int) bool + func (o *GetTaskDetailsOK) IsRedirect() bool + func (o *GetTaskDetailsOK) IsServerError() bool + func (o *GetTaskDetailsOK) IsSuccess() bool + func (o *GetTaskDetailsOK) String() string + type GetTaskDetailsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetTaskDetailsParams() *GetTaskDetailsParams + func NewGetTaskDetailsParamsWithContext(ctx context.Context) *GetTaskDetailsParams + func NewGetTaskDetailsParamsWithHTTPClient(client *http.Client) *GetTaskDetailsParams + func NewGetTaskDetailsParamsWithTimeout(timeout time.Duration) *GetTaskDetailsParams + func (o *GetTaskDetailsParams) SetContext(ctx context.Context) + func (o *GetTaskDetailsParams) SetDefaults() + func (o *GetTaskDetailsParams) SetHTTPClient(client *http.Client) + func (o *GetTaskDetailsParams) SetID(id int64) + func (o *GetTaskDetailsParams) SetTimeout(timeout time.Duration) + func (o *GetTaskDetailsParams) WithContext(ctx context.Context) *GetTaskDetailsParams + func (o *GetTaskDetailsParams) WithDefaults() *GetTaskDetailsParams + func (o *GetTaskDetailsParams) WithHTTPClient(client *http.Client) *GetTaskDetailsParams + func (o *GetTaskDetailsParams) WithID(id int64) *GetTaskDetailsParams + func (o *GetTaskDetailsParams) WithTimeout(timeout time.Duration) *GetTaskDetailsParams + func (o *GetTaskDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTaskDetailsReader struct + func (o *GetTaskDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTaskDetailsUnprocessableEntity struct + Payload *models.ValidationError + func NewGetTaskDetailsUnprocessableEntity() *GetTaskDetailsUnprocessableEntity + func (o *GetTaskDetailsUnprocessableEntity) Code() int + func (o *GetTaskDetailsUnprocessableEntity) Error() string + func (o *GetTaskDetailsUnprocessableEntity) GetPayload() *models.ValidationError + func (o *GetTaskDetailsUnprocessableEntity) IsClientError() bool + func (o *GetTaskDetailsUnprocessableEntity) IsCode(code int) bool + func (o *GetTaskDetailsUnprocessableEntity) IsRedirect() bool + func (o *GetTaskDetailsUnprocessableEntity) IsServerError() bool + func (o *GetTaskDetailsUnprocessableEntity) IsSuccess() bool + func (o *GetTaskDetailsUnprocessableEntity) String() string + type ListTasksDefault struct + Payload *models.Error + XErrorCode string + func NewListTasksDefault(code int) *ListTasksDefault + func (o *ListTasksDefault) Code() int + func (o *ListTasksDefault) Error() string + func (o *ListTasksDefault) GetPayload() *models.Error + func (o *ListTasksDefault) IsClientError() bool + func (o *ListTasksDefault) IsCode(code int) bool + func (o *ListTasksDefault) IsRedirect() bool + func (o *ListTasksDefault) IsServerError() bool + func (o *ListTasksDefault) IsSuccess() bool + func (o *ListTasksDefault) String() string + type ListTasksOK struct + Payload []*models.TaskCard + XLastTaskID int64 + func NewListTasksOK() *ListTasksOK + func (o *ListTasksOK) Code() int + func (o *ListTasksOK) Error() string + func (o *ListTasksOK) GetPayload() []*models.TaskCard + func (o *ListTasksOK) IsClientError() bool + func (o *ListTasksOK) IsCode(code int) bool + func (o *ListTasksOK) IsRedirect() bool + func (o *ListTasksOK) IsServerError() bool + func (o *ListTasksOK) IsSuccess() bool + func (o *ListTasksOK) String() string + type ListTasksParams struct + Context context.Context + HTTPClient *http.Client + PageSize *int32 + SinceID *int64 + Status []string + Tags []string + func NewListTasksParams() *ListTasksParams + func NewListTasksParamsWithContext(ctx context.Context) *ListTasksParams + func NewListTasksParamsWithHTTPClient(client *http.Client) *ListTasksParams + func NewListTasksParamsWithTimeout(timeout time.Duration) *ListTasksParams + func (o *ListTasksParams) SetContext(ctx context.Context) + func (o *ListTasksParams) SetDefaults() + func (o *ListTasksParams) SetHTTPClient(client *http.Client) + func (o *ListTasksParams) SetPageSize(pageSize *int32) + func (o *ListTasksParams) SetSinceID(sinceID *int64) + func (o *ListTasksParams) SetStatus(status []string) + func (o *ListTasksParams) SetTags(tags []string) + func (o *ListTasksParams) SetTimeout(timeout time.Duration) + func (o *ListTasksParams) WithContext(ctx context.Context) *ListTasksParams + func (o *ListTasksParams) WithDefaults() *ListTasksParams + func (o *ListTasksParams) WithHTTPClient(client *http.Client) *ListTasksParams + func (o *ListTasksParams) WithPageSize(pageSize *int32) *ListTasksParams + func (o *ListTasksParams) WithSinceID(sinceID *int64) *ListTasksParams + func (o *ListTasksParams) WithStatus(status []string) *ListTasksParams + func (o *ListTasksParams) WithTags(tags []string) *ListTasksParams + func (o *ListTasksParams) WithTimeout(timeout time.Duration) *ListTasksParams + func (o *ListTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListTasksReader struct + func (o *ListTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListTasksUnprocessableEntity struct + Payload *models.ValidationError + func NewListTasksUnprocessableEntity() *ListTasksUnprocessableEntity + func (o *ListTasksUnprocessableEntity) Code() int + func (o *ListTasksUnprocessableEntity) Error() string + func (o *ListTasksUnprocessableEntity) GetPayload() *models.ValidationError + func (o *ListTasksUnprocessableEntity) IsClientError() bool + func (o *ListTasksUnprocessableEntity) IsCode(code int) bool + func (o *ListTasksUnprocessableEntity) IsRedirect() bool + func (o *ListTasksUnprocessableEntity) IsServerError() bool + func (o *ListTasksUnprocessableEntity) IsSuccess() bool + func (o *ListTasksUnprocessableEntity) String() string + type UpdateTaskDefault struct + Payload *models.Error + XErrorCode string + func NewUpdateTaskDefault(code int) *UpdateTaskDefault + func (o *UpdateTaskDefault) Code() int + func (o *UpdateTaskDefault) Error() string + func (o *UpdateTaskDefault) GetPayload() *models.Error + func (o *UpdateTaskDefault) IsClientError() bool + func (o *UpdateTaskDefault) IsCode(code int) bool + func (o *UpdateTaskDefault) IsRedirect() bool + func (o *UpdateTaskDefault) IsServerError() bool + func (o *UpdateTaskDefault) IsSuccess() bool + func (o *UpdateTaskDefault) String() string + type UpdateTaskOK struct + Payload *models.Task + func NewUpdateTaskOK() *UpdateTaskOK + func (o *UpdateTaskOK) Code() int + func (o *UpdateTaskOK) Error() string + func (o *UpdateTaskOK) GetPayload() *models.Task + func (o *UpdateTaskOK) IsClientError() bool + func (o *UpdateTaskOK) IsCode(code int) bool + func (o *UpdateTaskOK) IsRedirect() bool + func (o *UpdateTaskOK) IsServerError() bool + func (o *UpdateTaskOK) IsSuccess() bool + func (o *UpdateTaskOK) String() string + type UpdateTaskParams struct + Body *models.Task + Context context.Context + HTTPClient *http.Client + ID int64 + func NewUpdateTaskParams() *UpdateTaskParams + func NewUpdateTaskParamsWithContext(ctx context.Context) *UpdateTaskParams + func NewUpdateTaskParamsWithHTTPClient(client *http.Client) *UpdateTaskParams + func NewUpdateTaskParamsWithTimeout(timeout time.Duration) *UpdateTaskParams + func (o *UpdateTaskParams) SetBody(body *models.Task) + func (o *UpdateTaskParams) SetContext(ctx context.Context) + func (o *UpdateTaskParams) SetDefaults() + func (o *UpdateTaskParams) SetHTTPClient(client *http.Client) + func (o *UpdateTaskParams) SetID(id int64) + func (o *UpdateTaskParams) SetTimeout(timeout time.Duration) + func (o *UpdateTaskParams) WithBody(body *models.Task) *UpdateTaskParams + func (o *UpdateTaskParams) WithContext(ctx context.Context) *UpdateTaskParams + func (o *UpdateTaskParams) WithDefaults() *UpdateTaskParams + func (o *UpdateTaskParams) WithHTTPClient(client *http.Client) *UpdateTaskParams + func (o *UpdateTaskParams) WithID(id int64) *UpdateTaskParams + func (o *UpdateTaskParams) WithTimeout(timeout time.Duration) *UpdateTaskParams + func (o *UpdateTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateTaskReader struct + func (o *UpdateTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateTaskUnprocessableEntity struct + Payload *models.ValidationError + func NewUpdateTaskUnprocessableEntity() *UpdateTaskUnprocessableEntity + func (o *UpdateTaskUnprocessableEntity) Code() int + func (o *UpdateTaskUnprocessableEntity) Error() string + func (o *UpdateTaskUnprocessableEntity) GetPayload() *models.ValidationError + func (o *UpdateTaskUnprocessableEntity) IsClientError() bool + func (o *UpdateTaskUnprocessableEntity) IsCode(code int) bool + func (o *UpdateTaskUnprocessableEntity) IsRedirect() bool + func (o *UpdateTaskUnprocessableEntity) IsServerError() bool + func (o *UpdateTaskUnprocessableEntity) IsSuccess() bool + func (o *UpdateTaskUnprocessableEntity) String() string + type UploadTaskFileCreated struct + func NewUploadTaskFileCreated() *UploadTaskFileCreated + func (o *UploadTaskFileCreated) Code() int + func (o *UploadTaskFileCreated) Error() string + func (o *UploadTaskFileCreated) IsClientError() bool + func (o *UploadTaskFileCreated) IsCode(code int) bool + func (o *UploadTaskFileCreated) IsRedirect() bool + func (o *UploadTaskFileCreated) IsServerError() bool + func (o *UploadTaskFileCreated) IsSuccess() bool + func (o *UploadTaskFileCreated) String() string + type UploadTaskFileDefault struct + Payload *models.Error + XErrorCode string + func NewUploadTaskFileDefault(code int) *UploadTaskFileDefault + func (o *UploadTaskFileDefault) Code() int + func (o *UploadTaskFileDefault) Error() string + func (o *UploadTaskFileDefault) GetPayload() *models.Error + func (o *UploadTaskFileDefault) IsClientError() bool + func (o *UploadTaskFileDefault) IsCode(code int) bool + func (o *UploadTaskFileDefault) IsRedirect() bool + func (o *UploadTaskFileDefault) IsServerError() bool + func (o *UploadTaskFileDefault) IsSuccess() bool + func (o *UploadTaskFileDefault) String() string + type UploadTaskFileParams struct + Context context.Context + Description *string + File runtime.NamedReadCloser + HTTPClient *http.Client + ID int64 + func NewUploadTaskFileParams() *UploadTaskFileParams + func NewUploadTaskFileParamsWithContext(ctx context.Context) *UploadTaskFileParams + func NewUploadTaskFileParamsWithHTTPClient(client *http.Client) *UploadTaskFileParams + func NewUploadTaskFileParamsWithTimeout(timeout time.Duration) *UploadTaskFileParams + func (o *UploadTaskFileParams) SetContext(ctx context.Context) + func (o *UploadTaskFileParams) SetDefaults() + func (o *UploadTaskFileParams) SetDescription(description *string) + func (o *UploadTaskFileParams) SetFile(file runtime.NamedReadCloser) + func (o *UploadTaskFileParams) SetHTTPClient(client *http.Client) + func (o *UploadTaskFileParams) SetID(id int64) + func (o *UploadTaskFileParams) SetTimeout(timeout time.Duration) + func (o *UploadTaskFileParams) WithContext(ctx context.Context) *UploadTaskFileParams + func (o *UploadTaskFileParams) WithDefaults() *UploadTaskFileParams + func (o *UploadTaskFileParams) WithDescription(description *string) *UploadTaskFileParams + func (o *UploadTaskFileParams) WithFile(file runtime.NamedReadCloser) *UploadTaskFileParams + func (o *UploadTaskFileParams) WithHTTPClient(client *http.Client) *UploadTaskFileParams + func (o *UploadTaskFileParams) WithID(id int64) *UploadTaskFileParams + func (o *UploadTaskFileParams) WithTimeout(timeout time.Duration) *UploadTaskFileParams + func (o *UploadTaskFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadTaskFileReader struct + func (o *UploadTaskFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)