moby--moby/container/stream
Brian Goff 2ddec97545 Move attach code to stream package
This cleans up attach a little bit, and moves it out of the container
package.
Really `AttachStream` is a method on `*stream.Config`, so moved if from
a package level function to one bound to `Config`.
In addition, uses a config struct rather than passing around tons and
tons of arguments.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-01-23 09:09:57 -05:00
..
attach.go Move attach code to stream package 2017-01-23 09:09:57 -05:00
streams.go Move attach code to stream package 2017-01-23 09:09:57 -05:00