package
3.4.7
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Functions

NewWriter initializes a new channel writer.

# Interfaces

WriteCloser is an io.WriteCloser that that proxies Write() calls to a channel The []byte buffer of the Write() is queued on the channel as one message.