//
pkg.gl
Category
github.com/containers/libpod
pkg
channelwriter
package
1.9.3
Repository:
https://github.com/containers/libpod.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
21 SLOC
#
Functions
NewChannelWriter
NewChannelWriter creates a new channel writer and adds a byte slice channel into it.
#
Structs
Writer
Writer is an io.writer-like object that "writes" to a channel instead of a buffer or file, etc.