Documentation ¶
Overview ¶
Package streams provides interfaces of the streaming library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flow ¶
Flow represents a set of stream processing steps that has one open input and one open output.
type Inlet ¶
type Inlet interface {
In() chan<- any
}
Inlet represents a type that exposes one open input.
type Outlet ¶
type Outlet interface {
Out() <-chan any
}
Outlet represents a type that exposes one open output.
Directories ¶
Path | Synopsis |
---|---|
connector
|
|
extension
Package extension provides basic connector implementations.
|
Package extension provides basic connector implementations. |
kafka
Package kafka implements the Apache Kafka connector.
|
Package kafka implements the Apache Kafka connector. |
redis
Package redis implements the Redis Pub/Sub connector.
|
Package redis implements the Redis Pub/Sub connector. |
Package util provides utility functions.
|
Package util provides utility functions. |
ospkg
Package ospkg provides platform-specific utility functions and constants.
|
Package ospkg provides platform-specific utility functions and constants. |
Package ws implements the WebSocket connector.
|
Package ws implements the WebSocket connector. |
Click to show internal directories.
Click to hide internal directories.