diff options
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r-- | worker/notmuch/events.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go index df35b21..896befa 100644 --- a/worker/notmuch/events.go +++ b/worker/notmuch/events.go @@ -3,3 +3,7 @@ package notmuch type eventType interface{} type event struct{} + +type updateDirCounts struct { + event +} |