Documentation ¶
Overview ¶
Implements IO primitives
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicDelimitedWriter ¶
AtomicDelimitedWriter writes delimited proto messages synchronized
func NewAtomicDelimitedWriter ¶
func NewAtomicDelimitedWriter(w *delimited.Writer) *AtomicDelimitedWriter
NewAtomicDelimitedWriter takes a delimited.WriterAtomic and returns an atomic version
type CSVWriter ¶
func NewCSVWriter ¶
type ChanWriter ¶
type ChanWriter struct {
// contains filtered or unexported fields
}
chanWriter writes into a []byte chan
func (*ChanWriter) Chan ¶
func (w *ChanWriter) Chan() <-chan []byte
func (*ChanWriter) Close ¶
func (w *ChanWriter) Close() error
Click to show internal directories.
Click to hide internal directories.