Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MkAddPointMessage ¶
MkAddPointMessage creates a new action message to add a Point to the trace
Types ¶
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
Tracer is the component that stores the recent position history
func (*Tracer) SetInputChan ¶
func (t *Tracer) SetInputChan(inputChan chan interface{})
SetInputChan sets the channel where panics are sent
func (*Tracer) SetPanicChan ¶
func (t *Tracer) SetPanicChan(panicChan chan interface{})
SetPanicChan sets the channel where panics are sent
Click to show internal directories.
Click to hide internal directories.