MCPcopy
hub / github.com/jackc/pgx / testRowScanner

Struct testRowScanner

rows_test.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type testRowScanner struct {
20 name string
21 age int32
22}
23
24func (rs *testRowScanner) ScanRow(rows pgx.Rows) error {
25 return rows.Scan(&rs.name, &rs.age)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected