Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StdIn io.WriteCloser
Single Connection var conn net.Conn
View Source
var StdOut io.ReadCloser
Functions ¶
func InitializeThreads ¶
func InitializeThreads() error
Initializes threads with Channel Structs Opens Connection
Types ¶
type In ¶
func GetInputChannels ¶
func GetInputChannels() *In
type Out ¶
type Out struct { CommandResponses chan commands.CommandResponse Errors chan error }
func GetOutputChannels ¶
func GetOutputChannels() *Out
Click to show internal directories.
Click to hide internal directories.