Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StderrDebugger ¶
StderrDebugger prints debug information out on the console.
func (StderrDebugger) Connecting ¶
func (s StderrDebugger) Connecting(endpoint string)
Connecting implements Debugger.Connecting
func (StderrDebugger) Error ¶
func (s StderrDebugger) Error(e error)
Error implements Debugger.Error
func (StderrDebugger) Incoming ¶
func (s StderrDebugger) Incoming(b []byte)
Incoming implements Debugger.Incoming
func (StderrDebugger) Outgoing ¶
func (s StderrDebugger) Outgoing(b []byte)
Outgoing implements Debugger.Outgoing
Click to show internal directories.
Click to hide internal directories.