(p clistat.Prefix)
| 9 | type Statter interface { |
| 10 | IsContainerized() (bool, error) |
| 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 | } |
no outgoing calls
no test coverage detected