Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugTracer ¶
type GenericTracer ¶
func (*GenericTracer) Log ¶
func (gt *GenericTracer) Log(msg string, args ...interface{})
func (*GenericTracer) SaveFile ¶
func (gt *GenericTracer) SaveFile(filename string, data []byte)
type NullTracer ¶
type NullTracer struct { }
func (*NullTracer) Log ¶
func (nt *NullTracer) Log(msg string, args ...interface{})
func (*NullTracer) SaveFile ¶
func (nt *NullTracer) SaveFile(filename string, data []byte)
type TestTracer ¶
func (*TestTracer) Log ¶
func (tt *TestTracer) Log(msg string, args ...interface{})
func (*TestTracer) SaveFile ¶
func (tt *TestTracer) SaveFile(filename string, data []byte)
Click to show internal directories.
Click to hide internal directories.