Versions in this module Expand all Collapse all v1 v1.7.0 Oct 31, 2022 v1.6.9 Oct 23, 2022 Changes in this version + func NewNopWriteCloser(w io.Writer) io.WriteCloser + func NewSerialWriteCloser(wc io.WriteCloser) io.WriteCloser + func NewWrapReadCloser(r io.Reader) io.ReadCloser + func NewWriteCloseInformer(wc io.WriteCloser) (io.WriteCloser, <-chan struct{}) + type WriterGroup struct + func NewWriterGroup() *WriterGroup + func (g *WriterGroup) Add(key string, w io.WriteCloser) + func (g *WriterGroup) Close() + func (g *WriterGroup) Get(key string) io.WriteCloser + func (g *WriterGroup) Remove(key string) + func (g *WriterGroup) Write(p []byte) (int, error)