//
pkg.gl
Category
github.com/containers/podman/v3
pkg
channel
package
3.4.7
Repository:
https://github.com/containers/podman.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
3
Dependents
2
Files
48 SLOC
#
Functions
NewWriter
NewWriter initializes a new channel writer.
#
Interfaces
WriteCloser
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.