Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookmarkOperator ¶
BookmarkOperator is an autogenerated mock type for the BookmarkOperator type
func NewBookmarkOperator ¶
func NewBookmarkOperator(t mockConstructorTestingTNewBookmarkOperator) *BookmarkOperator
NewBookmarkOperator creates a new instance of BookmarkOperator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*BookmarkOperator) GetBookmarks ¶
GetBookmarks provides a mock function with given fields: _a0
type ChmodRevertFunc ¶
ChmodRevertFunc is an autogenerated mock type for the ChmodRevertFunc type
func NewChmodRevertFunc ¶
func NewChmodRevertFunc(t mockConstructorTestingTNewChmodRevertFunc) *ChmodRevertFunc
NewChmodRevertFunc creates a new instance of ChmodRevertFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type DBConnection ¶
DBConnection is an autogenerated mock type for the DBConnection type
func NewDBConnection ¶
func NewDBConnection(t mockConstructorTestingTNewDBConnection) *DBConnection
NewDBConnection creates a new instance of DBConnection. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type Encoder ¶
Encoder is an autogenerated mock type for the Encoder type
func NewEncoder ¶
func NewEncoder(t mockConstructorTestingTNewEncoder) *Encoder
NewEncoder creates a new instance of Encoder. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type File ¶
File is an autogenerated mock type for the File type
func NewFile ¶
func NewFile(t mockConstructorTestingTNewFile) *File
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.
type FileOperator ¶
FileOperator is an autogenerated mock type for the FileOperator type
func NewFileOperator ¶
func NewFileOperator(t mockConstructorTestingTNewFileOperator) *FileOperator
NewFileOperator creates a new instance of FileOperator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*FileOperator) Chmod ¶
func (_m *FileOperator) Chmod(filename string, permission int) (files.ChmodRevertFunc, error)
Chmod provides a mock function with given fields: filename, permission
func (*FileOperator) Copy ¶
func (_m *FileOperator) Copy(src string, dest string) error
Copy provides a mock function with given fields: src, dest
func (*FileOperator) Delete ¶
func (_m *FileOperator) Delete(filename string) error
Delete provides a mock function with given fields: filename
type Filter ¶
Filter is an autogenerated mock type for the Filter type
func NewFilter ¶
func NewFilter(t mockConstructorTestingTNewFilter) *Filter
NewFilter creates a new instance of Filter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type Joinables ¶
Joinables is an autogenerated mock type for the Joinables type
func NewJoinables ¶
func NewJoinables(t mockConstructorTestingTNewJoinables) *Joinables
NewJoinables creates a new instance of Joinables. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type Logger ¶
Logger is an autogenerated mock type for the Logger type
func NewLogger ¶
func NewLogger(t mockConstructorTestingTNewLogger) *Logger
NewLogger creates a new instance of Logger. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type NonFileWriter ¶
NonFileWriter is an autogenerated mock type for the NonFileWriter type
func NewNonFileWriter ¶
func NewNonFileWriter(t mockConstructorTestingTNewNonFileWriter) *NonFileWriter
NewNonFileWriter creates a new instance of NonFileWriter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.