emitters/

directory
v0.1.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2019 License: Apache-2.0

README

Automi emitter examples

Automi emitters are components that are placed at the start of a stream. They are used to emit values unto a stream. The following shows examples for supported Automi emitters.

  • channel - Example to show how to emit items from a Go channel unto the stream.
  • csv - Example that shows how to use a CSV file as a source for a stream.
  • reader - Example that shows how to use an io.Reader to emit items on a stream.
  • scanner - Example that shows how to emit scanned items from an io.Reader unto the stream.
  • slice0 - Shows how to emit items from a slice unto a stream.
  • slice1 - Shows how to emit items of custom types from a slice unto the stream.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL