aboutsummaryrefslogtreecommitdiff
path: root/worker/notmuch/events.go
blob: 94b27fd7548427dc23eed6eecbaa1d812ab93362 (plain)
1
2
3
4
5
6
7
8
//go:build notmuch
// +build notmuch

package notmuch

type eventType interface{}

type updateDirCounts struct{}