(container, msg string)
| 705 | Log(containerName, message string) |
| 706 | Err(containerName, message string) |
| 707 | Status(container, msg string) |
| 708 | } |
| 709 | |
| 710 | // ContainerEventListener is a callback to process ContainerEvent from services |
no outgoing calls
no test coverage detected