(stat info.ContainerStats)
| 46 | // produced (GetDerivedStats reports "not enabled"). |
| 47 | type SummaryReader interface { |
| 48 | AddSample(stat info.ContainerStats) error |
| 49 | DerivedStats() (info.DerivedStats, error) |
| 50 | } |
| 51 |
no outgoing calls
no test coverage detected