Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Closer ¶
Closer is an autogenerated mock type for the Closer type
type ReadCloser ¶
ReadCloser is an autogenerated mock type for the ReadCloser type
func NewReadCloser ¶ added in v0.5.4
func NewReadCloser(t mockConstructorTestingTNewReadCloser) *ReadCloser
NewReadCloser creates a new instance of ReadCloser. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ReadCloser) Close ¶
func (_m *ReadCloser) Close() error
Close provides a mock function with given fields:
type Reader ¶
Reader is an autogenerated mock type for the Reader type
type WriteCloser ¶
WriteCloser is an autogenerated mock type for the WriteCloser type
func NewWriteCloser ¶ added in v0.5.4
func NewWriteCloser(t mockConstructorTestingTNewWriteCloser) *WriteCloser
NewWriteCloser creates a new instance of WriteCloser. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*WriteCloser) Close ¶
func (_m *WriteCloser) Close() error
Close provides a mock function with given fields:
type Writer ¶
Writer is an autogenerated mock type for the Writer type