Documentation ¶
Overview ¶
Package mock_postgres is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPgxIface ¶
type MockPgxIface struct {
// contains filtered or unexported fields
}
MockPgxIface is a mock of PgxIface interface.
func NewMockPgxIface ¶
func NewMockPgxIface(ctrl *gomock.Controller) *MockPgxIface
NewMockPgxIface creates a new mock instance.
func (*MockPgxIface) EXPECT ¶
func (m *MockPgxIface) EXPECT() *MockPgxIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPgxIfaceMockRecorder ¶
type MockPgxIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockPgxIfaceMockRecorder is the mock recorder for MockPgxIface.
func (*MockPgxIfaceMockRecorder) Close ¶
func (mr *MockPgxIfaceMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockPgxIfaceMockRecorder) Query ¶ added in v0.5.5
func (mr *MockPgxIfaceMockRecorder) Query(ctx, sql interface{}, args ...interface{}) *gomock.Call
Query indicates an expected call of Query.
Click to show internal directories.
Click to hide internal directories.