diff options
author | Reto Brunner <reto@labrat.space> | 2020-02-15 14:14:46 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-16 10:41:18 -0500 |
commit | 8d216ab10e6d43c44ca47ccd44fe7f3d40f1b1c3 (patch) | |
tree | 55578fddf1bebe250a4204d2568a7e9066ae261f /worker/notmuch/events.go | |
parent | bb09694f07a1ff281be0e14a07b6576c9949442f (diff) | |
download | aerc-8d216ab10e6d43c44ca47ccd44fe7f3d40f1b1c3.tar.gz |
notmuch: add internal event loop
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r-- | worker/notmuch/events.go | 5 |
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{} |