Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type Util
- func (_m *Util) AppendOrCreate(filePath string, text string) error
- func (_m *Util) Copy(source string, destination string) error
- func (_m *Util) CopyAll(source string, destination string) error
- func (_m *Util) Mkdirs(dir string) error
- func (_m *Util) OpenAndReadFile(file string) ([]byte, error)
- func (_m *Util) TempDir(dir string, prefix string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Util ¶
Util is an autogenerated mock type for the Util type
func (*Util) AppendOrCreate ¶
AppendOrCreate provides a mock function with given fields: filePath, text
func (*Util) Copy ¶
Copy provides a mock function with given fields: source, destination
func (*Util) CopyAll ¶
CopyAll provides a mock function with given fields: source, destination
func (*Util) Mkdirs ¶
Mkdirs provides a mock function with given fields: dir
func (*Util) OpenAndReadFile ¶
OpenAndReadFile provides a mock function with given fields: file
Click to show internal directories.
Click to hide internal directories.