StreamOut streams a file out of a container. Errors: * TODO.
(spec StreamOutSpec)
| 40 | // Errors: |
| 41 | // * TODO. |
| 42 | StreamOut(spec StreamOutSpec) (io.ReadCloser, error) |
| 43 | |
| 44 | // Returns the current bandwidth limits set for the container. |
| 45 | CurrentBandwidthLimits() (BandwidthLimits, error) |
no outgoing calls
no test coverage detected