(containerName string)
| 241 | func (l *testLogConsumer) Status(containerName, msg string) {} |
| 242 | |
| 243 | func (l *testLogConsumer) LogsForContainer(containerName string) []string { |
| 244 | l.mu.Lock() |
| 245 | defer l.mu.Unlock() |
| 246 | return l.logs[containerName] |
| 247 | } |
no test coverage detected