Versions in this module Expand all Collapse all v0 v0.7.1 Jun 4, 2026 v0.7.0 Jun 3, 2026 v0.6.0 Jun 3, 2026 v0.5.0 Jun 3, 2026 Changes in this version type TaskDetailsResponse + Project *dto.Project v0.4.0 Jun 2, 2026 Changes in this version type TaskUpdateRequest + Comment *string v0.3.1 Jun 1, 2026 v0.3.0 May 31, 2026 v0.2.0 May 29, 2026 v0.1.0 May 29, 2026 v0.0.1 May 27, 2026 Changes in this version + func NewHandler(tasksSvc *tasks.Service, commentsSvc *comments.Service, ...) handler.Handler + type AttachmentConfirmResponse struct + DownloadURL string + FileName string + ID int64 + SizeBytes uint64 + UploadedAt string + UploadedBy dto.UserBrief + type AttachmentDownloadResponse struct + DownloadURL string + type AttachmentResponse struct + DownloadURL string + FileName string + ID int64 + SizeBytes uint64 + UploadedAt string + UploadedBy dto.UserBrief + type AttachmentUploadRequest struct + FileName string + SizeBytes uint64 + type AttachmentUploadResponse struct + FileName string + ID int64 + SizeBytes uint64 + UploadURL string + type CommentCreateRequest struct + Content string + type CommentResponse struct + Author dto.UserBrief + Content string + CreatedAt string + ID int64 + UpdatedAt string + type CommentUpdateRequest struct + Content string + type Handler struct + func (h *Handler) Register(r fiber.Router) + type TaskCreateRequest struct + AssigneeID *int64 + Description string + DueDate *string + Kind string + Priority string + ProjectSlug string + Title string + type TaskDetailsResponse struct + Attachments []AttachmentResponse + Comments []CommentResponse + type TaskListQuery struct + Assignee *int64 + Author *int64 + Priorities *string + Project *string + Statuses *string + type TaskListResponse struct + Items []TaskResponse + Total int + type TaskResponse struct + Assignee *dto.UserBrief + Author dto.UserBrief + CreatedAt string + Description string + DueDate *string + ID int64 + Kind string + Number int + Priority string + ProjectSlug string + Status string + Title string + UpdatedAt string + type TaskUpdateRequest struct + AssigneeID *int64 + Description *string + DueDate *string + Kind *string + Priority *string + Status *string + Title *string