LogLineConfig holds the log lines to be fed to the Baker topology.
| 13 | |
| 14 | // LogLineConfig holds the log lines to be fed to the Baker topology. |
| 15 | type 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. |
| 21 | type LogLine struct { |
nothing calls this directly
no outgoing calls
no test coverage detected