aerc/worker/notmuch/events.go

12 lines
123 B
Go

//+build notmuch
package notmuch
type eventType interface{}
type event struct{}
type updateDirCounts struct {
event
}