Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorReadCloser ¶
type ErrorReadCloser struct{}
ErrorReadCloser is a mock io.ReadCloser that always returns an error when reading.
func (*ErrorReadCloser) Close ¶
func (c *ErrorReadCloser) Close() error
Click to show internal directories.
Click to hide internal directories.