Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(w io.WriteCloser) io.WriteCloser
func NewNopWriteCloser ¶
func NewNopWriteCloser(w io.Writer) io.WriteCloser
Types ¶
type NopCloseBuffer ¶
type NopCloseBuffer interface { io.WriteCloser Bytes() []byte Len() int String() string }
func NewNopCloseBuffer ¶
func NewNopCloseBuffer() NopCloseBuffer
type NopWriteCloser ¶
type NopWriteCloser struct {
// contains filtered or unexported fields
}
func (NopWriteCloser) Close ¶
func (z NopWriteCloser) Close() error
type WriteCloser ¶
type WriteCloser struct {
// contains filtered or unexported fields
}
func (*WriteCloser) Close ¶
func (z *WriteCloser) Close() (err error)
Click to show internal directories.
Click to hide internal directories.