Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterReadCloser ¶
type CounterReadCloser struct {
Reader io.ReadCloser
BytesRead int
}
func (*CounterReadCloser) Close ¶
func (r *CounterReadCloser) Close() error
type CounterReadSeekCloser ¶
type CounterReadSeekCloser struct {
Reader io.ReadSeekCloser
BytesRead int
}
func (*CounterReadSeekCloser) Close ¶
func (r *CounterReadSeekCloser) Close() error
type CounterReader ¶
type CounterWriter ¶
type FlusherWriter ¶
type FlusherWriter interface {
io.WriteCloser
Flush() error
}
type NopCloser ¶
func AddCloseNopToWriter ¶
type NopFlusherWriter ¶
type NopFlusherWriter struct {
io.WriteCloser
}
func AddFlushNop ¶
func AddFlushNop(w io.WriteCloser) NopFlusherWriter
func (NopFlusherWriter) Flush ¶
func (NopFlusherWriter) Flush() error
Click to show internal directories.
Click to hide internal directories.