# Functions
NewContainerIO creates container io.
NewCRILogger returns a write closer which redirect container log into log file, and decorate the log line into CRI defined format.
NewDiscardLogger creates logger which discards all the input.
NewExecIO creates exec io.
WithFIFOs specifies existing fifos for the container io.
WithNewFIFOs creates new fifos for the container io.
# Structs
AttachOptions specifies how to attach to a container.
ContainerIO holds the container io.
ExecIO holds the exec io.
# Type aliases
ContainerIOOpts sets specific information to newly created ContainerIO.
StreamType is the type of the stream, stdout/stderr.