| 39 | func (*MockBatchResults) QueryRow() pgx.Row { return nil } |
| 40 | |
| 41 | type MockDBPool struct { |
| 42 | sendBatchErrs []error |
| 43 | callCount int |
| 44 | } |
| 45 | |
| 46 | func (*MockDBPool) Acquire(ctx context.Context) (*pgxpool.Conn, error) { return nil, nil } |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected