InChan is a channel used in the InputRunner struct of the github.com.mozilla-services.heka.pipeline package in Golang. This channel is responsible for receiving data from external sources and passing it to the InputRunner for processing. It acts as a pipeline for incoming data, allowing the InputRunner to handle and distribute the received data efficiently.
Golang InputRunner.InChan - 17 examples found. These are the top rated real world Golang examples of github.com/mozilla-services/heka/pipeline.InputRunner.InChan extracted from open source projects. You can rate examples to help us improve the quality of examples.