Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataMapper ¶
DataMapper is an autogenerated mock type for the DataMapper type
func (*DataMapper) Delete ¶
func (_m *DataMapper) Delete(_a0 ...interface{}) error
Delete provides a mock function with given fields: _a0
func (*DataMapper) Insert ¶
func (_m *DataMapper) Insert(_a0 ...interface{}) error
Insert provides a mock function with given fields: _a0
func (*DataMapper) Update ¶
func (_m *DataMapper) Update(_a0 ...interface{}) error
Update provides a mock function with given fields: _a0
type SQLDataMapper ¶
SQLDataMapper is an autogenerated mock type for the SQLDataMapper type
func (*SQLDataMapper) Delete ¶
func (_m *SQLDataMapper) Delete(_a0 *sql.Tx, _a1 ...interface{}) error
Delete provides a mock function with given fields: _a0, _a1