Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NopWriteCloser ¶
func (*NopWriteCloser) Close ¶
func (w *NopWriteCloser) Close() error
type ReadCloser ¶
type ReadCloser struct {
io.ReadCloser
CloseFunc func() error
}
func (*ReadCloser) Close ¶
func (rc *ReadCloser) Close() error
type WriteCloser ¶
type WriteCloser struct {
io.WriteCloser
CloseFunc func() error
}
func (*WriteCloser) Close ¶
func (wc *WriteCloser) Close() error
Click to show internal directories.
Click to hide internal directories.