Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackReader ¶
type CallbackReader struct {
// contains filtered or unexported fields
}
func NewCallbackReader ¶
func NewCallbackReader(r io.Reader, callback func(n int)) *CallbackReader
type CallbackWriter ¶
type CallbackWriter struct {
// contains filtered or unexported fields
}
func NewCallbackWriter ¶
func NewCallbackWriter(w io.Writer, callback func(n int)) *CallbackWriter
Click to show internal directories.
Click to hide internal directories.