summaryrefslogtreecommitdiff
path: root/internal/models/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models/types.go')
-rw-r--r--internal/models/types.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/models/types.go b/internal/models/types.go
index 8ec2095..194eca9 100644
--- a/internal/models/types.go
+++ b/internal/models/types.go
@@ -159,14 +159,6 @@ type TaskListInfo struct {
Name string `json:"name"`
}
-// Bug represents a bug report
-type Bug struct {
- ID int64 `json:"id"`
- Description string `json:"description"`
- CreatedAt time.Time `json:"created_at"`
- ResolvedAt *time.Time `json:"resolved_at,omitempty"`
-}
-
// CacheMetadata tracks when data was last fetched
type CacheMetadata struct {
Key string `json:"key"`