aboutsummaryrefslogblamecommitdiffstats
path: root/bug/snapshot.go
blob: 8828c33713cd979174eca4fdc27438f6e10d393f (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                   
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
}