aboutsummaryrefslogtreecommitdiffstats
path: root/entities/bug/snapshot.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2024-08-25 20:40:23 +0200
committerGitHub <noreply@github.com>2024-08-25 18:40:23 +0000
commit3a4b8805dfd794cc25f57e99c73ddec651805af1 (patch)
treeb6af67c761c96b323400d061db22ceed73fb0bb0 /entities/bug/snapshot.go
parentc3ff05f95bdfad6c2ea4cb899024fd47ac503b5f (diff)
downloadgit-bug-3a4b8805dfd794cc25f57e99c73ddec651805af1.tar.gz
core: make label a common type, in a similar fashion as for status (#1252)
This will be useful for Board, and likely code review support later
Diffstat (limited to 'entities/bug/snapshot.go')
-rw-r--r--entities/bug/snapshot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/bug/snapshot.go b/entities/bug/snapshot.go
index ca352284..7f9e7e58 100644
--- a/entities/bug/snapshot.go
+++ b/entities/bug/snapshot.go
@@ -19,7 +19,7 @@ type Snapshot struct {
Status common.Status
Title string
Comments []Comment
- Labels []Label
+ Labels []common.Label
Author identity.Interface
Actors []identity.Interface
Participants []identity.Interface