mirror of https://github.com/qwc/backive.git
forgot Comment
This commit is contained in:
parent
9c5feeb672
commit
4a264091a9
|
@ -31,6 +31,7 @@ func (eh *EventHandler) Init(socketPath string) {
|
||||||
eh.callbacks = make([]func(map[string]string), 3)
|
eh.callbacks = make([]func(map[string]string), 3)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Stop stops the Eventhandler
|
||||||
func (eh *EventHandler) Stop() {
|
func (eh *EventHandler) Stop() {
|
||||||
log.Println("Closing EventHandler")
|
log.Println("Closing EventHandler")
|
||||||
eh.stop <- true
|
eh.stop <- true
|
||||||
|
|
Loading…
Reference in New Issue