Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64DecodedEnvelope ¶
type Base64DecodedEnvelope struct {
Envelope__Base64DecodedLog
Timestamp int64 `json:"timestamp,omitempty"`
SourceId string `json:"source_id,omitempty"`
InstanceId string `json:"instance_id,omitempty"`
DeprecatedTags map[string]*loggregator_v2.Value `json:"deprecated_tags,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
}
func BuildBase64DecodedLog ¶
func BuildBase64DecodedLog(l *loggregator_v2.Envelope) *Base64DecodedEnvelope
type Base64DecodedLog ¶
type Base64DecodedLog struct {
Payload string `json:"payload,omitempty"`
Type loggregator_v2.Log_Type `json:"type,omitempty"`
}
type DedupeWriter ¶
type DedupeWriter struct {
// contains filtered or unexported fields
}
func NewDedupeWriter ¶
func NewDedupeWriter(writer io.Writer) *DedupeWriter
type Envelope__Base64DecodedLog ¶
type Envelope__Base64DecodedLog struct {
Log *Base64DecodedLog `json:"log"`
}
Click to show internal directories.
Click to hide internal directories.