# Functions
CopyDetachable is similar to io.Copy but support a detach key sequence to break out.
NewLogWriter writes the lines from stdout channel to logFile in k8s format.
NewServer creates a new Server.
NewUnixServer creates new UnixServer.
# Structs
DetachError is special error which returned in case of container detach.
Server implements streaming.Runtime.
UnixServer listens for connections from qemu instances and sends its stdout to registered channels.