Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { io.ReadCloser Progress }
func NewReadCloser ¶
func NewReadCloser(r io.ReadCloser) Reader
type Writer ¶
type Writer interface { io.WriteCloser Progress }
func NewWriteCloser ¶
func NewWriteCloser(w io.WriteCloser) Writer
Click to show internal directories.
Click to hide internal directories.