watcher implementation for handling OOM events from a container's cgroup
| 41 | |
| 42 | // watcher implementation for handling OOM events from a container's cgroup |
| 43 | type watcher struct { |
| 44 | itemCh chan item |
| 45 | publisher events.Publisher |
| 46 | } |
| 47 | |
| 48 | type item struct { |
| 49 | id string |
nothing calls this directly
no outgoing calls
no test coverage detected