Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶ added in v0.13.0
type Consumer[T any] interface { Write() chan<- event.WriteEvent[T] Stream() <-chan event.ReadEventWAcc[T] End() (pos uint64, err error) Name() string }
Click to show internal directories.
Click to hide internal directories.