(id string)
| 88 | ResizeContainerTTY(id string, height, width uint) error |
| 89 | ResizeExecTTY(id string, height, width uint) error |
| 90 | GetContainerStats(id string) (*dockertypes.StatsJSON, error) |
| 91 | } |
| 92 | |
| 93 | // Get a *dockerapi.Client, either using the endpoint passed in, or using |
no outgoing calls
no test coverage detected