Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCollector ¶
type FakeCollector struct {
Endpoint string
}
FakeCollector implements a fake trace collector that will listen on an endpoint untill a trace is received and then will return that parsed trace
func (*FakeCollector) Listen ¶
func (fc *FakeCollector) Listen(outChannel chan *protocol.Trace)
Listen on the endpoint for one trace and push it to outChannel
Click to show internal directories.
Click to hide internal directories.