package
Version:
v0.0.0-...-ef3d5ad
Opens a new window with list of versions in this module.
Published: Dec 21, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Notifier[event any] interface {
Register(o Observer[event])
Unregister(o Observer[event])
Notify(e event)
}
type Observer[event any] interface {
OnNotify(handler func(msg string))
}
func NewUserObserver[event any](client *redis.Client, channel string) Observer[event]
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.