forgot Comment

This commit is contained in:
Marcel Otte 2022-01-30 00:18:08 +01:00
parent 9c5feeb672
commit 4a264091a9
1 changed files with 1 additions and 0 deletions

View File

@ -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