about summary refs log tree commit diff stats
path: root/worker/notmuch/events.go
blob: df35b21ff5fb030b51a0aaa0b8697a4c58616c55 (plain) (blame)
1
2
3
4
5
package notmuch

type eventType interface{}

type event struct{}