Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConsumer ¶
NewConsumer returns a new consumer that sends events to the provided Observer.
Types ¶
type Observer ¶
type Observer interface {
GetEventsChannel() chan *observerTypes.MonitorEvent
GetLogger() *slog.Logger
}
Observer is the receiver of MonitorEvents
Click to show internal directories.
Click to hide internal directories.