| 28 | } |
| 29 | |
| 30 | type printer struct { |
| 31 | consumer api.LogConsumer |
| 32 | } |
| 33 | |
| 34 | // newLogPrinter builds a LogPrinter passing containers logs to LogConsumer |
| 35 | func newLogPrinter(consumer api.LogConsumer) logPrinter { |
no outgoing calls
no test coverage detected