aerc/worker/notmuch/events.go

13 lines
143 B
Go

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