github.com/jackc/pgproto3/v2.RowDescription.Fields (field)
12 uses
github.com/jackc/pgproto3/v2 (current package)
row_description.go#L48: Fields []FieldDescription
row_description.go#L64: dst.Fields = dst.Fields[0:0]
row_description.go#L95: dst.Fields = append(dst.Fields, fd)
row_description.go#L107: dst = pgio.AppendUint16(dst, uint16(len(src.Fields)))
row_description.go#L108: for _, fd := range src.Fields {
row_description.go#L132: Fields: src.Fields,
github.com/jackc/pgconn
pgconn.go#L783: psd.Fields = make([]pgproto3.FieldDescription, len(msg.Fields))
pgconn.go#L784: copy(psd.Fields, msg.Fields)
pgconn.go#L1351: fieldDescriptions: msg.Fields,
pgconn.go#L1538: rr.fieldDescriptions = msg.Fields
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |