Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type MockTx
- func (m *MockTx) Begin(ctx context.Context) (pgx.Tx, error)
- func (m *MockTx) Commit(ctx context.Context) error
- func (m *MockTx) Conn() *pgx.Conn
- func (m *MockTx) CopyFrom(ctx context.Context, tableName pgx.Identifier, columnNames []string, ...) (int64, error)
- func (m *MockTx) EXPECT() *MockTxMockRecorder
- func (m *MockTx) Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
- func (m *MockTx) LargeObjects() pgx.LargeObjects
- func (m *MockTx) Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error)
- func (m *MockTx) Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
- func (m *MockTx) QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
- func (m *MockTx) Rollback(ctx context.Context) error
- func (m *MockTx) SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults
- type MockTxMockRecorder
- func (mr *MockTxMockRecorder) Begin(ctx interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) Commit(ctx interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) Conn() *gomock.Call
- func (mr *MockTxMockRecorder) CopyFrom(ctx, tableName, columnNames, rowSrc interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) Exec(ctx, sql interface{}, arguments ...interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) LargeObjects() *gomock.Call
- func (mr *MockTxMockRecorder) Prepare(ctx, name, sql interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) Query(ctx, sql interface{}, args ...interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) QueryRow(ctx, sql interface{}, args ...interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) Rollback(ctx interface{}) *gomock.Call
- func (mr *MockTxMockRecorder) SendBatch(ctx, b interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTx ¶
type MockTx struct {
// contains filtered or unexported fields
}
MockTx is a mock of Tx interface.
func NewMockTx ¶
func NewMockTx(ctrl *gomock.Controller) *MockTx
NewMockTx creates a new mock instance.
func (*MockTx) CopyFrom ¶
func (m *MockTx) CopyFrom(ctx context.Context, tableName pgx.Identifier, columnNames []string, rowSrc pgx.CopyFromSource) (int64, error)
CopyFrom mocks base method.
func (*MockTx) EXPECT ¶
func (m *MockTx) EXPECT() *MockTxMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTx) LargeObjects ¶
func (m *MockTx) LargeObjects() pgx.LargeObjects
LargeObjects mocks base method.
func (*MockTx) Prepare ¶
func (m *MockTx) Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error)
Prepare mocks base method.
type MockTxMockRecorder ¶
type MockTxMockRecorder struct {
// contains filtered or unexported fields
}
MockTxMockRecorder is the mock recorder for MockTx.
func (*MockTxMockRecorder) Begin ¶
func (mr *MockTxMockRecorder) Begin(ctx interface{}) *gomock.Call
Begin indicates an expected call of Begin.
func (*MockTxMockRecorder) Commit ¶
func (mr *MockTxMockRecorder) Commit(ctx interface{}) *gomock.Call
Commit indicates an expected call of Commit.
func (*MockTxMockRecorder) Conn ¶
func (mr *MockTxMockRecorder) Conn() *gomock.Call
Conn indicates an expected call of Conn.
func (*MockTxMockRecorder) CopyFrom ¶
func (mr *MockTxMockRecorder) CopyFrom(ctx, tableName, columnNames, rowSrc interface{}) *gomock.Call
CopyFrom indicates an expected call of CopyFrom.
func (*MockTxMockRecorder) Exec ¶
func (mr *MockTxMockRecorder) Exec(ctx, sql interface{}, arguments ...interface{}) *gomock.Call
Exec indicates an expected call of Exec.
func (*MockTxMockRecorder) LargeObjects ¶
func (mr *MockTxMockRecorder) LargeObjects() *gomock.Call
LargeObjects indicates an expected call of LargeObjects.
func (*MockTxMockRecorder) Prepare ¶
func (mr *MockTxMockRecorder) Prepare(ctx, name, sql interface{}) *gomock.Call
Prepare indicates an expected call of Prepare.
func (*MockTxMockRecorder) Query ¶
func (mr *MockTxMockRecorder) Query(ctx, sql interface{}, args ...interface{}) *gomock.Call
Query indicates an expected call of Query.
func (*MockTxMockRecorder) QueryRow ¶
func (mr *MockTxMockRecorder) QueryRow(ctx, sql interface{}, args ...interface{}) *gomock.Call
QueryRow indicates an expected call of QueryRow.
func (*MockTxMockRecorder) Rollback ¶
func (mr *MockTxMockRecorder) Rollback(ctx interface{}) *gomock.Call
Rollback indicates an expected call of Rollback.
func (*MockTxMockRecorder) SendBatch ¶
func (mr *MockTxMockRecorder) SendBatch(ctx, b interface{}) *gomock.Call
SendBatch indicates an expected call of SendBatch.