Documentation
¶
Index ¶
Constants ¶
View Source
const MsgError = "MDRIP_ERROR_Problem_while_processing_command_block"
MsgError indicates something went wrong in processing the command block. This is not necessarily the indication of a command failure, and may only indicate a logic or stream error in mdrip.
View Source
const MsgHappy = "MDRIP_HAPPY_Completed_command_block"
MsgHappy indicates no-anomaly completion of a command block.
View Source
const MsgTimeout = "MDRIP_TIMEOUT_Command_block_did_not_finish_in_allotted_time"
MsgTimeout indicates the block didn't complete fast enough.
Variables ¶
This section is empty.
Functions ¶
func BuffScanner ¶
BuffScanner returns a channel to which it will write lines of text.
The text is harvested from an io stream. If the io stream blocks for longer than the given wait time, BuffScanner will send a special line of text to the channel and close it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.