Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToV1 ¶
func ToV1(e *loggregator_v2.Envelope) []*events.Envelope
ToV1 converts v2 envelopes down to v1 envelopes. The v2 Envelope may be mutated during the conversion and share pointers with the new v1 envelope for efficiency in creating the v1 envelope. As a result the envelope you pass in should no longer be used.
func ToV2 ¶
func ToV2(e *events.Envelope, usePreferredTags bool) *loggregator_v2.Envelope
ToV2 converts v1 envelopes up to v2 envelopes. e may be mutated during the conversion and share pointers with the resulting v2 envelope for efficiency in creating the v2 envelope. As a result the envelope you pass in should no longer be used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.