Versions in this module Expand all Collapse all v0 v0.18.0 Dec 22, 2018 v0.17.2 Oct 25, 2018 v0.17.1 Oct 22, 2018 v0.17.0 Oct 7, 2018 Changes in this version + type AddCommentToTaskBody struct + Content *string + UserID *int64 + 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) Error() string + type AddCommentToTaskDefault struct + Payload *models.Error + XErrorCode string + func NewAddCommentToTaskDefault(code int) *AddCommentToTaskDefault + func (o *AddCommentToTaskDefault) Code() int + func (o *AddCommentToTaskDefault) Error() 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) 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) 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 New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + 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) (*GetTaskCommentsOK, error) + func (a *Client) GetTaskDetails(params *GetTaskDetailsParams) (*GetTaskDetailsOK, error) + func (a *Client) ListTasks(params *ListTasksParams) (*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 CreateTaskCreated struct + func NewCreateTaskCreated() *CreateTaskCreated + func (o *CreateTaskCreated) Error() string + type CreateTaskDefault struct + Payload *models.Error + XErrorCode string + func NewCreateTaskDefault(code int) *CreateTaskDefault + func (o *CreateTaskDefault) Code() int + func (o *CreateTaskDefault) Error() 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) 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) 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 + type DeleteTaskNoContent struct + func NewDeleteTaskNoContent() *DeleteTaskNoContent + func (o *DeleteTaskNoContent) Error() 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) 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) 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 + type GetTaskCommentsOK struct + Payload []*models.Comment + func NewGetTaskCommentsOK() *GetTaskCommentsOK + func (o *GetTaskCommentsOK) Error() 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) 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) 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 + type GetTaskDetailsOK struct + Payload *models.Task + func NewGetTaskDetailsOK() *GetTaskDetailsOK + func (o *GetTaskDetailsOK) Error() 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) 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) 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) Error() string + type ListTasksDefault struct + Payload *models.Error + XErrorCode string + func NewListTasksDefault(code int) *ListTasksDefault + func (o *ListTasksDefault) Code() int + func (o *ListTasksDefault) Error() string + type ListTasksOK struct + Payload []*models.TaskCard + XLastTaskID int64 + func NewListTasksOK() *ListTasksOK + func (o *ListTasksOK) Error() 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) 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) 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) Error() string + type UpdateTaskDefault struct + Payload *models.Error + XErrorCode string + func NewUpdateTaskDefault(code int) *UpdateTaskDefault + func (o *UpdateTaskDefault) Code() int + func (o *UpdateTaskDefault) Error() string + type UpdateTaskOK struct + Payload *models.Task + func NewUpdateTaskOK() *UpdateTaskOK + func (o *UpdateTaskOK) Error() 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) 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) 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) Error() string + type UploadTaskFileCreated struct + func NewUploadTaskFileCreated() *UploadTaskFileCreated + func (o *UploadTaskFileCreated) Error() string + type UploadTaskFileDefault struct + Payload *models.Error + XErrorCode string + func NewUploadTaskFileDefault(code int) *UploadTaskFileDefault + func (o *UploadTaskFileDefault) Code() int + func (o *UploadTaskFileDefault) Error() 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) 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) 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)