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

Struct StreamInSpec

container.go:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210type StreamInSpec struct {
211 Path string
212 User string
213 TarStream io.Reader
214}
215
216type StreamOutSpec struct {
217 Path string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected