git-bug/bug/snapshot.go

9 lines
177 B
Go
Raw Normal View History

2018-07-13 17:13:40 +03:00
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
}