Merge pull request #32532 from dnephin/refactor-some-builder-parts

[builder] cleanup env dispatcher and Builder.build()
Upstream-commit: d2ab40e5b99bc2ab0abfea146544a20ce6081942
Component: engine
This commit is contained in:
Tõnis Tiigi
2017-04-12 11:11:06 -07:00
committed by GitHub
11 changed files with 158 additions and 171 deletions
@@ -100,8 +100,7 @@ type ContainerCommitConfig struct {
Changes []string
}
// ProgressWriter is an interface
// to transport progress streams.
// ProgressWriter is a data object to transport progress streams to the client
type ProgressWriter struct {
Output io.Writer
StdoutFormatter *streamformatter.StdoutFormatter