From 4a264091a9e7c9f74b266fd4b6ece3027d80ce3f Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 30 Jan 2022 00:18:08 +0100 Subject: [PATCH] forgot Comment --- events.go | 1 + 1 file changed, 1 insertion(+) diff --git a/events.go b/events.go index a9ac5fe..3cd9152 100644 --- a/events.go +++ b/events.go @@ -31,6 +31,7 @@ func (eh *EventHandler) Init(socketPath string) { eh.callbacks = make([]func(map[string]string), 3) } +// Stop stops the Eventhandler func (eh *EventHandler) Stop() { log.Println("Closing EventHandler") eh.stop <- true