MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Errors

Method Errors

pkg/source/source.go:46–46  ·  view source on GitHub ↗

Errors returns the channel that receives errors that are side effect of event capture, parsing, or enrichment phase.

()

Source from the content-addressed store, hash-verified

44 // Errors returns the channel that receives errors that are side effect
45 // of event capture, parsing, or enrichment phase.
46 Errors() <-chan error
47 // Events return the channel where event source pushes all captured events.
48 // At this point, the event has the full state associated with it. For example,
49 // the full process state or the event call stack.

Callers 5

TestLiveCaptureFunction · 0.95
validateFunction · 0.65
ErrorsMethod · 0.65
RunMethod · 0.65
WriteCaptureMethod · 0.65

Implementers 2

EventSourceinternal/etw/source.go
EventSourceControlinternal/bootstrap/source.go

Calls

no outgoing calls

Tested by 1

TestLiveCaptureFunction · 0.76