Files
Paul Holzinger 42ea0bf9c7 libpod: use io.Writer vs io.WriteCloser for attach streams
We never ever close the stream so we do not need the Close() function in
th ebackend, the caller should close when required which may no be the
case, i.e. when os.Stdout/err is used.
This should not be a breaking change as the io.Writer is a subset of
io.WriteCloser, therfore all code should still compile while allowing to
pass in Writers without Close().

This is useful for podman top where we exec ps in the container via
podman exec.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-07-10 13:33:03 +02:00
..
2022-08-25 16:32:31 -04:00
2021-04-21 13:16:33 -04:00
2020-10-21 13:31:40 -04:00
2020-03-27 14:36:03 -04:00
2022-08-10 21:12:39 +02:00