MCPcopy Create free account
hub / github.com/cloudfoundry/garden / StreamOut

Method StreamOut

container.go:42–42  ·  view source on GitHub ↗

StreamOut streams a file out of a container. Errors: * TODO.

(spec StreamOutSpec)

Source from the content-addressed store, hash-verified

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)

Callers 2

handleStreamOutMethod · 0.65

Implementers 2

FakeContainergardenfakes/fake_container.go
containerclient/container.go

Calls

no outgoing calls

Tested by

no test coverage detected