Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventWriter ¶
type EventWriter struct {
// contains filtered or unexported fields
}
func New ¶
func New(origin string) *EventWriter
func (*EventWriter) EmitEnvelope ¶
func (e *EventWriter) EmitEnvelope(envelope *events.Envelope) error
func (*EventWriter) Origin ¶
func (e *EventWriter) Origin() string
func (*EventWriter) SetWriter ¶
func (e *EventWriter) SetWriter(writer writers.EnvelopeWriter)
Click to show internal directories.
Click to hide internal directories.