mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 09:35:31 +00:00
better logging
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package helpers
|
||||
|
||||
import "sync"
|
||||
import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
type EventMux[T any] struct {
|
||||
// INFO: This is a simple event multiplexer that allows to subscribe to events and to publish them.
|
||||
|
||||
Reference in New Issue
Block a user