Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client provides a standard interface for interacting with the underlying sources/sinks.
type Closer ¶ added in v0.2.0
type Closer interface {
Close()
}
Closer provides a standard interface for closing a client or session
type MessageChanFunc ¶
MessageChanFunc represents the func signature needed to send messages to downstream adaptors.
type NsFilterFunc ¶
NsFilterFunc represents the func signature needed to filter while Read()ing.
type Reader ¶
type Reader interface {
Read(NsFilterFunc) MessageChanFunc
}
Reader represents the ability to send messages down the pipe and is only needed for adaptors acting as a Source node.
Click to show internal directories.
Click to hide internal directories.