aerc/worker/notmuch/events.go

13 lines
143 B
Go
Raw Normal View History

//go:build notmuch
// +build notmuch
2020-02-26 19:36:18 +00:00
2020-02-15 13:14:46 +00:00
package notmuch
type eventType interface{}
type event struct{}
2020-02-15 13:14:47 +00:00
type updateDirCounts struct {
event
}