In the Go programming language, the `github.com.mozilla-services.heka.pipeline.OutputRunner.InChan` represents a channel where data is received by the output runner in the Heka pipeline. This channel is used for communication between different components of the pipeline. The `InChan` allows the output runner to receive data from upstream processing stages and perform necessary actions, such as writing the data to an external system or generating output files.
Golang OutputRunner.InChan - 30 examples found. These are the top rated real world Golang examples of github.com/mozilla-services/heka/pipeline.OutputRunner.InChan extracted from open source projects. You can rate examples to help us improve the quality of examples.