Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadWriteCloser ¶
type ReadWriteCloser struct {
// contains filtered or unexported fields
}
func New ¶
func New(reader io.ReadCloser, writer io.WriteCloser) *ReadWriteCloser
func (ReadWriteCloser) Close ¶
func (r ReadWriteCloser) Close() error
Click to show internal directories.
Click to hide internal directories.