Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FDWrapper ¶
type FDWrapper struct {
// contains filtered or unexported fields
}
func NewFDWrapper ¶
type LineWriter ¶
type LineWriter struct {
// contains filtered or unexported fields
}
func NewLineWriter ¶
func NewLineWriter(w io.Writer) *LineWriter
func (*LineWriter) Flush ¶
func (w *LineWriter) Flush() error
type PrefixWriter ¶
type PrefixWriter struct {
// contains filtered or unexported fields
}
func NewPrefixWriter ¶
func NewPrefixWriter(w io.Writer, prefix []byte) *PrefixWriter
type SafeWriter ¶
type SafeWriter struct {
// contains filtered or unexported fields
}
func NewSafeWriter ¶
func NewSafeWriter(w io.Writer) *SafeWriter
func (*SafeWriter) SafeWrite ¶
func (w *SafeWriter) SafeWrite() error
Click to show internal directories.
Click to hide internal directories.