NewSourceTube returns a new channel that can be used to receive events The channel would be closed when the context is done
(ctx context.Context, config ConfigMap)
| 96 | // NewSourceTube returns a new channel that can be used to receive events |
| 97 | // The channel would be closed when the context is done |
| 98 | NewSourceTube(ctx context.Context, config ConfigMap) (<-chan Record, error) |
| 99 | } |
| 100 | |
| 101 | type SinkTubeFactory interface { |
no outgoing calls