Versions in this module Expand all Collapse all v0 v0.2.1 Oct 25, 2014 v0.1.0 Oct 18, 2014 Changes in this version + var StdIn io.WriteCloser + var StdOut io.ReadCloser + func GetCommunicationChannels() (*Out, *In) + func InitializeThreads() error + func Reader(out *Out, in *In) + func Writer(out *Out, in *In) + type In struct + Commands chan *commands.Command + Quit chan int + func GetInputChannels() *In + type Out struct + CommandResponses chan commands.CommandResponse + Errors chan error + func GetOutputChannels() *Out