Documentation ¶
Index ¶
- type FS
- type File
- func (_m *File) Close(ctx context.Context) error
- func (_m *File) Read(ctx context.Context, buf []byte) (int, error)
- func (_m *File) ReadDir(ctx context.Context, n int) ([]fs.FileInfo, error)
- func (_m *File) Stat(ctx context.Context) (fs.FileInfo, error)
- func (_m *File) Write(ctx context.Context, b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
FS is an autogenerated mock type for the FS type
func NewFS ¶
NewFS creates a new instance of FS. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
type File ¶
File is an autogenerated mock type for the File type
func NewFile ¶
NewFile creates a new instance of File. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
Click to show internal directories.
Click to hide internal directories.