about summary refs log tree commit diff stats
path: root/worker/notmuch/events.go
blob: b3542279460cf90c87925e98d08afa95cf926814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//go:build notmuch
// +build notmuch

package notmuch

type eventType interface{}

type event struct{}

type updateDirCounts struct {
	event
}