Documentation ¶
Overview ¶
Package stdout provides an empire.EventStream implementation that publishes events to stdout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStream ¶
type EventStream struct{}
func NewEventStream ¶
func NewEventStream(c client.ConfigProvider) *EventStream
func (*EventStream) PublishEvent ¶
func (e *EventStream) PublishEvent(event empire.Event) error
Click to show internal directories.
Click to hide internal directories.