github.com/jackc/pgx/v5/pgproto3.CopyBothResponse.OverallFormat (field)
4 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
copy_both_response.go#L14: OverallFormat byte
copy_both_response.go#L42: *dst = CopyBothResponse{OverallFormat: overallFormat, ColumnFormatCodes: columnFormatCodes}
copy_both_response.go#L50: dst = append(dst, src.OverallFormat)
copy_both_response.go#L92: dst.OverallFormat = msg.OverallFormat[0]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)