Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() fossilizer.EventExporter
New creates a new exporter that prints events to the console.
Types ¶
type DummyEventExporter ¶
type DummyEventExporter struct{}
DummyEventExporter exports fossilizer events to the console.
func (*DummyEventExporter) Push ¶
func (e *DummyEventExporter) Push(ctx context.Context, event *fossilizer.Event) error
Push prints the event to the console.
Click to show internal directories.
Click to hide internal directories.