aerc/worker/notmuch/events.go
2020-02-16 10:41:19 -05:00

10 lines
105 B
Go

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