Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIDialector ¶
type MockIDialector struct {
// contains filtered or unexported fields
}
MockIDialector is a mock of IDialector interface
func NewMockIDialector ¶
func NewMockIDialector(ctrl *gomock.Controller) *MockIDialector
NewMockIDialector creates a new mock instance
func (*MockIDialector) EXPECT ¶
func (m *MockIDialector) EXPECT() *MockIDialectorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIDialector) Execute ¶
func (m *MockIDialector) Execute(stmt string) (*dialectors.ResultSet, error)
Execute mocks base method
type MockIDialectorMockRecorder ¶
type MockIDialectorMockRecorder struct {
// contains filtered or unexported fields
}
MockIDialectorMockRecorder is the mock recorder for MockIDialector
func (*MockIDialectorMockRecorder) Close ¶
func (mr *MockIDialectorMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockIDialectorMockRecorder) Execute ¶
func (mr *MockIDialectorMockRecorder) Execute(stmt interface{}) *gomock.Call
Execute indicates an expected call of Execute
Click to show internal directories.
Click to hide internal directories.