package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Oct 9, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Sink[K, V any] struct {
}
Sink is a noop sink.
func NewSink[K, V any]() *Sink[K, V]
NewSink is a noop sink constructor.
Write is a noop sink writer.
type Source[K, V any] struct {
}
Source ...
NewSource is a noop source constructor.
func (n *Source[K, V]) Close()
Close is a noop source closer.
Commit is a noop source commit.
Error is a noop source error.
Messages is returning a channel of messages.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.