# Functions
NewChanSink returns a new ChanSink instance.
NewChanSource returns a new ChanSource instance.
NewFileSink returns a new FileSink instance.
NewFileSource returns a new FileSource instance.
NewIgnoreSink returns a new IgnoreSink instance.
NewNetSink returns a new instance of NetSink.
NewNetSource returns a new instance of NetSource.
NewStdoutSink returns a new StdoutSink instance.
# Structs
ChanSink represents an outbound connector that streams items to a channel.
ChanSource represents an inbound connector that streams items from a channel.
FileSink represents an outbound connector that writes items to a file.
FileSource represents an inbound connector that reads items from a file.
IgnoreSink represents a simple outbound connector that discards all of the incoming items.
NetSink represents an outbound network socket connector.
NetSource represents an inbound network socket connector.
StdoutSink represents a simple outbound connector that sends incoming items to standard output.
# Type aliases
ConnType represents a connection type.