aboutsummaryrefslogblamecommitdiffstats
path: root/worker/notmuch/events.go
blob: b3542279460cf90c87925e98d08afa95cf926814 (plain) (tree)
1
2
3
4
5
6
7
8

                  
 




                          



                             
//go:build notmuch
// +build notmuch

package notmuch

type eventType interface{}

type event struct{}

type updateDirCounts struct {
	event
}