package
Version:
v0.23.0
Opens a new window with list of versions in this module.
Published: Dec 16, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MockReadCloser struct {
MockData []byte
MockReadErr error
MockCloseErr error
}
Close simply returns the expected close err from a test
Read copies a tests expected data and returns an expectedError
Source Files
¶
Click to show internal directories.
Click to hide internal directories.