aboutsummaryrefslogtreecommitdiff
path: root/worker/notmuch/events.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r--worker/notmuch/events.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go
new file mode 100644
index 0000000..df35b21
--- /dev/null
+++ b/worker/notmuch/events.go
@@ -0,0 +1,5 @@
+package notmuch
+
+type eventType interface{}
+
+type event struct{}