aboutsummaryrefslogtreecommitdiff
path: root/worker/notmuch/events.go
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2020-02-15 14:14:46 +0100
committerDrew DeVault <sir@cmpwn.com>2020-02-16 10:41:18 -0500
commit8d216ab10e6d43c44ca47ccd44fe7f3d40f1b1c3 (patch)
tree55578fddf1bebe250a4204d2568a7e9066ae261f /worker/notmuch/events.go
parentbb09694f07a1ff281be0e14a07b6576c9949442f (diff)
notmuch: add internal event loop
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{}