git-bug/bug/snapshot.go
2018-07-13 16:13:40 +02:00

9 lines
177 B
Go

package bug
// Snapshot is a compiled form of the Bug data structure used for storage and merge
type Snapshot struct {
Title string
Comments []Comment
Labels []Label
}