A LogLine input is a Baker input used for testing.
| 19 | |
| 20 | // A LogLine input is a Baker input used for testing. |
| 21 | type LogLine struct { |
| 22 | LogLineConfig |
| 23 | } |
| 24 | |
| 25 | // NewLogLine creates a LogLine baker input. |
| 26 | func NewLogLine(cfg baker.InputParams) (baker.Input, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected