aerc/worker/notmuch/events.go

10 lines
105 B
Go

package notmuch
type eventType interface{}
type event struct{}
type updateDirCounts struct {
event
}