| 11 | ) |
| 12 | |
| 13 | type getCgroupDumpMetadataRestApiHandler struct { |
| 14 | cgroupManager CGroupManager |
| 15 | } |
| 16 | |
| 17 | func newGetCgroupDumpMetadataRestApiHandler(cgroupManager CGroupManager) daemonrestapi.GetCgroupDumpMetadataHandler { |
| 18 | return &getCgroupDumpMetadataRestApiHandler{ |
nothing calls this directly
no outgoing calls
no test coverage detected