(p clistat.Prefix, path string)
| 11 | ContainerMemory(p clistat.Prefix) (*clistat.Result, error) |
| 12 | HostMemory(p clistat.Prefix) (*clistat.Result, error) |
| 13 | Disk(p clistat.Prefix, path string) (*clistat.Result, error) |
| 14 | } |
| 15 | |
| 16 | type Fetcher interface { |
no outgoing calls
no test coverage detected