(containerName, msg string)
| 239 | } |
| 240 | |
| 241 | func (l *testLogConsumer) Status(containerName, msg string) {} |
| 242 | |
| 243 | func (l *testLogConsumer) LogsForContainer(containerName string) []string { |
| 244 | l.mu.Lock() |
nothing calls this directly
no outgoing calls
no test coverage detected