Documentation ¶
Overview ¶
Package streaming contains the logic of converting the data stream coming from the data source into the data stream sent over the network to the client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Streamer ¶
func NewStreamer ¶
func NewStreamer[T paging.Acceptor]( logger *zap.Logger, stream api_service.Connector_ReadSplitsServer, split *api_service_protos.TSplit, sink paging.Sink[T], dataSource datasource.DataSource[T], ) *Streamer[T]
Click to show internal directories.
Click to hide internal directories.