MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / MockDBPool

Struct MockDBPool

plugins/destination/postgresql/client/insert_test.go:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39func (*MockBatchResults) QueryRow() pgx.Row { return nil }
40
41type MockDBPool struct {
42 sendBatchErrs []error
43 callCount int
44}
45
46func (*MockDBPool) Acquire(ctx context.Context) (*pgxpool.Conn, error) { return nil, nil }
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected