From 8d216ab10e6d43c44ca47ccd44fe7f3d40f1b1c3 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 15 Feb 2020 14:14:46 +0100 Subject: notmuch: add internal event loop --- worker/notmuch/events.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 worker/notmuch/events.go (limited to 'worker/notmuch/events.go') 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{} -- cgit v1.2.3