Documentation ¶
Overview ¶
Package gormx is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GormUnitOfWorkIface ¶
type MockGormUnitOfWorkIface ¶
type MockGormUnitOfWorkIface struct {
// contains filtered or unexported fields
}
MockGormUnitOfWorkIface is a mock of GormUnitOfWorkIface interface
func NewMockGormUnitOfWorkIface ¶
func NewMockGormUnitOfWorkIface(ctrl *gomock.Controller) *MockGormUnitOfWorkIface
NewMockGormUnitOfWorkIface creates a new mock instance
func (*MockGormUnitOfWorkIface) Commit ¶
func (m *MockGormUnitOfWorkIface) Commit(arg0 *gorm.DB) error
Commit mocks base method
func (*MockGormUnitOfWorkIface) EXPECT ¶
func (m *MockGormUnitOfWorkIface) EXPECT() *MockGormUnitOfWorkIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGormUnitOfWorkIfaceMockRecorder ¶
type MockGormUnitOfWorkIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockGormUnitOfWorkIfaceMockRecorder is the mock recorder for MockGormUnitOfWorkIface
func (*MockGormUnitOfWorkIfaceMockRecorder) BeginTran ¶
func (mr *MockGormUnitOfWorkIfaceMockRecorder) BeginTran(arg0 interface{}) *gomock.Call
BeginTran indicates an expected call of BeginTran
func (*MockGormUnitOfWorkIfaceMockRecorder) Commit ¶
func (mr *MockGormUnitOfWorkIfaceMockRecorder) Commit(arg0 interface{}) *gomock.Call
Commit indicates an expected call of Commit
func (*MockGormUnitOfWorkIfaceMockRecorder) Rollback ¶
func (mr *MockGormUnitOfWorkIfaceMockRecorder) Rollback(arg0 interface{}) *gomock.Call
Rollback indicates an expected call of Rollback
Click to show internal directories.
Click to hide internal directories.