Documentation ¶
Overview ¶
Package mock_pathdb is a generated GoMock package.
Index ¶
- type MockPathDB
- func (m *MockPathDB) BeginTransaction(arg0 context.Context, arg1 *sql.TxOptions) (pathdb.Transaction, error)
- func (m *MockPathDB) Close() error
- func (m *MockPathDB) Delete(arg0 context.Context, arg1 *query.Params) (int, error)
- func (m *MockPathDB) DeleteExpired(arg0 context.Context, arg1 time.Time) (int, error)
- func (m *MockPathDB) DeleteExpiredNQ(arg0 context.Context, arg1 time.Time) (int, error)
- func (m *MockPathDB) DeleteNQ(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (int, error)
- func (m *MockPathDB) EXPECT() *MockPathDBMockRecorder
- func (m *MockPathDB) Get(arg0 context.Context, arg1 *query.Params) (query.Results, error)
- func (m *MockPathDB) GetAll(arg0 context.Context) (<-chan query.ResultOrErr, error)
- func (m *MockPathDB) GetNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (time.Time, error)
- func (m *MockPathDB) Insert(arg0 context.Context, arg1 *seg.Meta) (pathdb.InsertStats, error)
- func (m *MockPathDB) InsertNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash, ...) (bool, error)
- func (m *MockPathDB) InsertWithHPCfgIDs(arg0 context.Context, arg1 *seg.Meta, arg2 []*query.HPCfgID) (pathdb.InsertStats, error)
- func (m *MockPathDB) SetMaxIdleConns(arg0 int)
- func (m *MockPathDB) SetMaxOpenConns(arg0 int)
- type MockPathDBMockRecorder
- func (mr *MockPathDBMockRecorder) BeginTransaction(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) Close() *gomock.Call
- func (mr *MockPathDBMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) DeleteExpired(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) DeleteExpiredNQ(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) DeleteNQ(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) GetAll(arg0 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) GetNextQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) InsertNextQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) InsertWithHPCfgIDs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) SetMaxIdleConns(arg0 interface{}) *gomock.Call
- func (mr *MockPathDBMockRecorder) SetMaxOpenConns(arg0 interface{}) *gomock.Call
- type MockReadWrite
- func (m *MockReadWrite) Delete(arg0 context.Context, arg1 *query.Params) (int, error)
- func (m *MockReadWrite) DeleteExpired(arg0 context.Context, arg1 time.Time) (int, error)
- func (m *MockReadWrite) DeleteExpiredNQ(arg0 context.Context, arg1 time.Time) (int, error)
- func (m *MockReadWrite) DeleteNQ(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (int, error)
- func (m *MockReadWrite) EXPECT() *MockReadWriteMockRecorder
- func (m *MockReadWrite) Get(arg0 context.Context, arg1 *query.Params) (query.Results, error)
- func (m *MockReadWrite) GetAll(arg0 context.Context) (<-chan query.ResultOrErr, error)
- func (m *MockReadWrite) GetNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (time.Time, error)
- func (m *MockReadWrite) Insert(arg0 context.Context, arg1 *seg.Meta) (pathdb.InsertStats, error)
- func (m *MockReadWrite) InsertNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash, ...) (bool, error)
- func (m *MockReadWrite) InsertWithHPCfgIDs(arg0 context.Context, arg1 *seg.Meta, arg2 []*query.HPCfgID) (pathdb.InsertStats, error)
- type MockReadWriteMockRecorder
- func (mr *MockReadWriteMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) DeleteExpired(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) DeleteExpiredNQ(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) DeleteNQ(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) GetAll(arg0 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) GetNextQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) InsertNextQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockReadWriteMockRecorder) InsertWithHPCfgIDs(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockTransaction
- func (m *MockTransaction) Commit() error
- func (m *MockTransaction) Delete(arg0 context.Context, arg1 *query.Params) (int, error)
- func (m *MockTransaction) DeleteExpired(arg0 context.Context, arg1 time.Time) (int, error)
- func (m *MockTransaction) DeleteExpiredNQ(arg0 context.Context, arg1 time.Time) (int, error)
- func (m *MockTransaction) DeleteNQ(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (int, error)
- func (m *MockTransaction) EXPECT() *MockTransactionMockRecorder
- func (m *MockTransaction) Get(arg0 context.Context, arg1 *query.Params) (query.Results, error)
- func (m *MockTransaction) GetAll(arg0 context.Context) (<-chan query.ResultOrErr, error)
- func (m *MockTransaction) GetNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (time.Time, error)
- func (m *MockTransaction) Insert(arg0 context.Context, arg1 *seg.Meta) (pathdb.InsertStats, error)
- func (m *MockTransaction) InsertNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash, ...) (bool, error)
- func (m *MockTransaction) InsertWithHPCfgIDs(arg0 context.Context, arg1 *seg.Meta, arg2 []*query.HPCfgID) (pathdb.InsertStats, error)
- func (m *MockTransaction) Rollback() error
- type MockTransactionMockRecorder
- func (mr *MockTransactionMockRecorder) Commit() *gomock.Call
- func (mr *MockTransactionMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) DeleteExpired(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) DeleteExpiredNQ(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) DeleteNQ(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) GetAll(arg0 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) GetNextQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) InsertNextQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) InsertWithHPCfgIDs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockTransactionMockRecorder) Rollback() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPathDB ¶
type MockPathDB struct {
// contains filtered or unexported fields
}
MockPathDB is a mock of PathDB interface
func NewMockPathDB ¶
func NewMockPathDB(ctrl *gomock.Controller) *MockPathDB
NewMockPathDB creates a new mock instance
func (*MockPathDB) BeginTransaction ¶
func (m *MockPathDB) BeginTransaction(arg0 context.Context, arg1 *sql.TxOptions) (pathdb.Transaction, error)
BeginTransaction mocks base method
func (*MockPathDB) DeleteExpired ¶
DeleteExpired mocks base method
func (*MockPathDB) DeleteExpiredNQ ¶
DeleteExpiredNQ mocks base method
func (*MockPathDB) DeleteNQ ¶
func (m *MockPathDB) DeleteNQ(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (int, error)
DeleteNQ mocks base method
func (*MockPathDB) EXPECT ¶
func (m *MockPathDB) EXPECT() *MockPathDBMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPathDB) GetAll ¶
func (m *MockPathDB) GetAll(arg0 context.Context) (<-chan query.ResultOrErr, error)
GetAll mocks base method
func (*MockPathDB) GetNextQuery ¶
func (m *MockPathDB) GetNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (time.Time, error)
GetNextQuery mocks base method
func (*MockPathDB) Insert ¶
func (m *MockPathDB) Insert(arg0 context.Context, arg1 *seg.Meta) (pathdb.InsertStats, error)
Insert mocks base method
func (*MockPathDB) InsertNextQuery ¶
func (m *MockPathDB) InsertNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash, arg4 time.Time) (bool, error)
InsertNextQuery mocks base method
func (*MockPathDB) InsertWithHPCfgIDs ¶
func (m *MockPathDB) InsertWithHPCfgIDs(arg0 context.Context, arg1 *seg.Meta, arg2 []*query.HPCfgID) (pathdb.InsertStats, error)
InsertWithHPCfgIDs mocks base method
func (*MockPathDB) SetMaxIdleConns ¶
func (m *MockPathDB) SetMaxIdleConns(arg0 int)
SetMaxIdleConns mocks base method
func (*MockPathDB) SetMaxOpenConns ¶
func (m *MockPathDB) SetMaxOpenConns(arg0 int)
SetMaxOpenConns mocks base method
type MockPathDBMockRecorder ¶
type MockPathDBMockRecorder struct {
// contains filtered or unexported fields
}
MockPathDBMockRecorder is the mock recorder for MockPathDB
func (*MockPathDBMockRecorder) BeginTransaction ¶
func (mr *MockPathDBMockRecorder) BeginTransaction(arg0, arg1 interface{}) *gomock.Call
BeginTransaction indicates an expected call of BeginTransaction
func (*MockPathDBMockRecorder) Close ¶
func (mr *MockPathDBMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockPathDBMockRecorder) Delete ¶
func (mr *MockPathDBMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockPathDBMockRecorder) DeleteExpired ¶
func (mr *MockPathDBMockRecorder) DeleteExpired(arg0, arg1 interface{}) *gomock.Call
DeleteExpired indicates an expected call of DeleteExpired
func (*MockPathDBMockRecorder) DeleteExpiredNQ ¶
func (mr *MockPathDBMockRecorder) DeleteExpiredNQ(arg0, arg1 interface{}) *gomock.Call
DeleteExpiredNQ indicates an expected call of DeleteExpiredNQ
func (*MockPathDBMockRecorder) DeleteNQ ¶
func (mr *MockPathDBMockRecorder) DeleteNQ(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteNQ indicates an expected call of DeleteNQ
func (*MockPathDBMockRecorder) Get ¶
func (mr *MockPathDBMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockPathDBMockRecorder) GetAll ¶
func (mr *MockPathDBMockRecorder) GetAll(arg0 interface{}) *gomock.Call
GetAll indicates an expected call of GetAll
func (*MockPathDBMockRecorder) GetNextQuery ¶
func (mr *MockPathDBMockRecorder) GetNextQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetNextQuery indicates an expected call of GetNextQuery
func (*MockPathDBMockRecorder) Insert ¶
func (mr *MockPathDBMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockPathDBMockRecorder) InsertNextQuery ¶
func (mr *MockPathDBMockRecorder) InsertNextQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
InsertNextQuery indicates an expected call of InsertNextQuery
func (*MockPathDBMockRecorder) InsertWithHPCfgIDs ¶
func (mr *MockPathDBMockRecorder) InsertWithHPCfgIDs(arg0, arg1, arg2 interface{}) *gomock.Call
InsertWithHPCfgIDs indicates an expected call of InsertWithHPCfgIDs
func (*MockPathDBMockRecorder) SetMaxIdleConns ¶
func (mr *MockPathDBMockRecorder) SetMaxIdleConns(arg0 interface{}) *gomock.Call
SetMaxIdleConns indicates an expected call of SetMaxIdleConns
func (*MockPathDBMockRecorder) SetMaxOpenConns ¶
func (mr *MockPathDBMockRecorder) SetMaxOpenConns(arg0 interface{}) *gomock.Call
SetMaxOpenConns indicates an expected call of SetMaxOpenConns
type MockReadWrite ¶
type MockReadWrite struct {
// contains filtered or unexported fields
}
MockReadWrite is a mock of ReadWrite interface
func NewMockReadWrite ¶
func NewMockReadWrite(ctrl *gomock.Controller) *MockReadWrite
NewMockReadWrite creates a new mock instance
func (*MockReadWrite) DeleteExpired ¶
DeleteExpired mocks base method
func (*MockReadWrite) DeleteExpiredNQ ¶
DeleteExpiredNQ mocks base method
func (*MockReadWrite) DeleteNQ ¶
func (m *MockReadWrite) DeleteNQ(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (int, error)
DeleteNQ mocks base method
func (*MockReadWrite) EXPECT ¶
func (m *MockReadWrite) EXPECT() *MockReadWriteMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockReadWrite) GetAll ¶
func (m *MockReadWrite) GetAll(arg0 context.Context) (<-chan query.ResultOrErr, error)
GetAll mocks base method
func (*MockReadWrite) GetNextQuery ¶
func (m *MockReadWrite) GetNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (time.Time, error)
GetNextQuery mocks base method
func (*MockReadWrite) Insert ¶
func (m *MockReadWrite) Insert(arg0 context.Context, arg1 *seg.Meta) (pathdb.InsertStats, error)
Insert mocks base method
func (*MockReadWrite) InsertNextQuery ¶
func (m *MockReadWrite) InsertNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash, arg4 time.Time) (bool, error)
InsertNextQuery mocks base method
func (*MockReadWrite) InsertWithHPCfgIDs ¶
func (m *MockReadWrite) InsertWithHPCfgIDs(arg0 context.Context, arg1 *seg.Meta, arg2 []*query.HPCfgID) (pathdb.InsertStats, error)
InsertWithHPCfgIDs mocks base method
type MockReadWriteMockRecorder ¶
type MockReadWriteMockRecorder struct {
// contains filtered or unexported fields
}
MockReadWriteMockRecorder is the mock recorder for MockReadWrite
func (*MockReadWriteMockRecorder) Delete ¶
func (mr *MockReadWriteMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockReadWriteMockRecorder) DeleteExpired ¶
func (mr *MockReadWriteMockRecorder) DeleteExpired(arg0, arg1 interface{}) *gomock.Call
DeleteExpired indicates an expected call of DeleteExpired
func (*MockReadWriteMockRecorder) DeleteExpiredNQ ¶
func (mr *MockReadWriteMockRecorder) DeleteExpiredNQ(arg0, arg1 interface{}) *gomock.Call
DeleteExpiredNQ indicates an expected call of DeleteExpiredNQ
func (*MockReadWriteMockRecorder) DeleteNQ ¶
func (mr *MockReadWriteMockRecorder) DeleteNQ(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteNQ indicates an expected call of DeleteNQ
func (*MockReadWriteMockRecorder) Get ¶
func (mr *MockReadWriteMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockReadWriteMockRecorder) GetAll ¶
func (mr *MockReadWriteMockRecorder) GetAll(arg0 interface{}) *gomock.Call
GetAll indicates an expected call of GetAll
func (*MockReadWriteMockRecorder) GetNextQuery ¶
func (mr *MockReadWriteMockRecorder) GetNextQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetNextQuery indicates an expected call of GetNextQuery
func (*MockReadWriteMockRecorder) Insert ¶
func (mr *MockReadWriteMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockReadWriteMockRecorder) InsertNextQuery ¶
func (mr *MockReadWriteMockRecorder) InsertNextQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
InsertNextQuery indicates an expected call of InsertNextQuery
func (*MockReadWriteMockRecorder) InsertWithHPCfgIDs ¶
func (mr *MockReadWriteMockRecorder) InsertWithHPCfgIDs(arg0, arg1, arg2 interface{}) *gomock.Call
InsertWithHPCfgIDs indicates an expected call of InsertWithHPCfgIDs
type MockTransaction ¶
type MockTransaction struct {
// contains filtered or unexported fields
}
MockTransaction is a mock of Transaction interface
func NewMockTransaction ¶
func NewMockTransaction(ctrl *gomock.Controller) *MockTransaction
NewMockTransaction creates a new mock instance
func (*MockTransaction) DeleteExpired ¶
DeleteExpired mocks base method
func (*MockTransaction) DeleteExpiredNQ ¶
DeleteExpiredNQ mocks base method
func (*MockTransaction) DeleteNQ ¶
func (m *MockTransaction) DeleteNQ(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (int, error)
DeleteNQ mocks base method
func (*MockTransaction) EXPECT ¶
func (m *MockTransaction) EXPECT() *MockTransactionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTransaction) GetAll ¶
func (m *MockTransaction) GetAll(arg0 context.Context) (<-chan query.ResultOrErr, error)
GetAll mocks base method
func (*MockTransaction) GetNextQuery ¶
func (m *MockTransaction) GetNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash) (time.Time, error)
GetNextQuery mocks base method
func (*MockTransaction) Insert ¶
func (m *MockTransaction) Insert(arg0 context.Context, arg1 *seg.Meta) (pathdb.InsertStats, error)
Insert mocks base method
func (*MockTransaction) InsertNextQuery ¶
func (m *MockTransaction) InsertNextQuery(arg0 context.Context, arg1, arg2 addr.IA, arg3 pathdb.PolicyHash, arg4 time.Time) (bool, error)
InsertNextQuery mocks base method
func (*MockTransaction) InsertWithHPCfgIDs ¶
func (m *MockTransaction) InsertWithHPCfgIDs(arg0 context.Context, arg1 *seg.Meta, arg2 []*query.HPCfgID) (pathdb.InsertStats, error)
InsertWithHPCfgIDs mocks base method
func (*MockTransaction) Rollback ¶
func (m *MockTransaction) Rollback() error
Rollback mocks base method
type MockTransactionMockRecorder ¶
type MockTransactionMockRecorder struct {
// contains filtered or unexported fields
}
MockTransactionMockRecorder is the mock recorder for MockTransaction
func (*MockTransactionMockRecorder) Commit ¶
func (mr *MockTransactionMockRecorder) Commit() *gomock.Call
Commit indicates an expected call of Commit
func (*MockTransactionMockRecorder) Delete ¶
func (mr *MockTransactionMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockTransactionMockRecorder) DeleteExpired ¶
func (mr *MockTransactionMockRecorder) DeleteExpired(arg0, arg1 interface{}) *gomock.Call
DeleteExpired indicates an expected call of DeleteExpired
func (*MockTransactionMockRecorder) DeleteExpiredNQ ¶
func (mr *MockTransactionMockRecorder) DeleteExpiredNQ(arg0, arg1 interface{}) *gomock.Call
DeleteExpiredNQ indicates an expected call of DeleteExpiredNQ
func (*MockTransactionMockRecorder) DeleteNQ ¶
func (mr *MockTransactionMockRecorder) DeleteNQ(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteNQ indicates an expected call of DeleteNQ
func (*MockTransactionMockRecorder) Get ¶
func (mr *MockTransactionMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockTransactionMockRecorder) GetAll ¶
func (mr *MockTransactionMockRecorder) GetAll(arg0 interface{}) *gomock.Call
GetAll indicates an expected call of GetAll
func (*MockTransactionMockRecorder) GetNextQuery ¶
func (mr *MockTransactionMockRecorder) GetNextQuery(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetNextQuery indicates an expected call of GetNextQuery
func (*MockTransactionMockRecorder) Insert ¶
func (mr *MockTransactionMockRecorder) Insert(arg0, arg1 interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockTransactionMockRecorder) InsertNextQuery ¶
func (mr *MockTransactionMockRecorder) InsertNextQuery(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
InsertNextQuery indicates an expected call of InsertNextQuery
func (*MockTransactionMockRecorder) InsertWithHPCfgIDs ¶
func (mr *MockTransactionMockRecorder) InsertWithHPCfgIDs(arg0, arg1, arg2 interface{}) *gomock.Call
InsertWithHPCfgIDs indicates an expected call of InsertWithHPCfgIDs
func (*MockTransactionMockRecorder) Rollback ¶
func (mr *MockTransactionMockRecorder) Rollback() *gomock.Call
Rollback indicates an expected call of Rollback