MCPcopy Create free account
hub / github.com/AdRoll/baker / LogLineConfig

Struct LogLineConfig

input/inputtest/logline.go:15–18  ·  view source on GitHub ↗

LogLineConfig holds the log lines to be fed to the Baker topology.

Source from the content-addressed store, hash-verified

13
14// LogLineConfig holds the log lines to be fed to the Baker topology.
15type LogLineConfig struct {
16 Lines []*baker.LogLine // Lines to pipe into the filter chain.
17 Metadata baker.Metadata // Metadata to assign to every log line.
18}
19
20// A LogLine input is a Baker input used for testing.
21type LogLine struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected