aerc/worker/notmuch/events.go

9 lines
113 B
Go

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