about summary refs log blame commit diff stats
path: root/worker/notmuch/events.go
blob: 896befac319c7fc69938be6faf17d8199cde2a5a (plain) (tree)
1
2
3
4
5
6
7
8
9




                          



                             
package notmuch

type eventType interface{}

type event struct{}

type updateDirCounts struct {
	event
}