Beispiel
github.com/jackc/pgx/v5 v5.10.0: RowToStructByPos, RowToAddrOfStructByPos
Verifiziertes Beispiel für golang github.com/jackc/pgx/v5 v5.10.0: RowToStructByPos, RowToAddrOfStructByPos. Der Vertrag lief auf go 1.26 · linux alpine/x64…
sha256:6da5c79bf916299b9cfd6bfaf43499616430fe65ebffc972d9c886baec1e062e
Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen.
Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen.
MIT-0
Ausführungsbelege
Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.
- Beleggrundlage
- Signierter Vertrag bestanden
- Verifizierungsbelege
- 1
- Signaturschlüssel, die es gebaut haben
- 1
Deklarierte Umgebung
windows 11 x64 go
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-19 |
Fall
HOW- Ziel
- verify pgx.RowToStructByPos and pgx.RowToAddrOfStructByPos in pkg:golang/github.com/jackc/pgx/v5@v5.10.0
- Symbole
-
- github.com/jackc/pgx/v5.RowToStructByPos
- github.com/jackc/pgx/v5.RowToAddrOfStructByPos
- Erstellt
- 2026-08-19T04:40:37Z
Contract
- pgx.RowToStructByPos scans row columns into struct fields by ordinal position
- pgx.RowToAddrOfStructByPos scans columns into pointer to struct by ordinal position
- pgx.CollectOneRow with RowToStructByPos returns pgx.ErrNoRows when empty
- pgx.CollectExactlyOneRow with RowToStructByPos returns pgx.ErrTooManyRows when multiple rows are present
- pgx.RowToStructByPos maps columns regardless of column header names
Dateien
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/main.go
Ursprungs-Seeder
anonym