moby--moby/container
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
..
stream Move attach code to stream package 2017-01-23 09:09:57 -05:00
archive.go
container.go Move attach code to stream package 2017-01-23 09:09:57 -05:00
container_linux.go
container_notlinux.go
container_unit_test.go
container_unix.go Move ReplaceOrAppendEnvValues to container package 2016-12-21 22:42:39 +01:00
container_windows.go Move ReplaceOrAppendEnvValues to container package 2016-12-21 22:42:39 +01:00
env.go Move ReplaceOrAppendEnvValues to container package 2016-12-21 22:42:39 +01:00
env_test.go Move ReplaceOrAppendEnvValues to container package 2016-12-21 22:42:39 +01:00
health.go
history.go
memory_store.go
memory_store_test.go
monitor.go
mounts_unix.go
mounts_windows.go
state.go
state_solaris.go
state_test.go
state_unix.go
state_windows.go
store.go