aerc/worker/notmuch/events.go

12 lines
123 B
Go
Raw Normal View History

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