aerc/worker/notmuch/events.go
Moritz Poldrack 2534612c59 lint: remove unused structs and functions (unused)
Signed-off-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-04 21:57:48 +02:00

9 lines
113 B
Go

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