github.com/jackc/pgx/v5/pgproto3.ErrorResponse.Hint (field)
7 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
error_response.go#L15: Hint string
error_response.go#L69: dst.Hint = v
error_response.go#L145: if src.Hint != "" {
error_response.go#L147: dst = append(dst, src.Hint...)
error_response.go#L253: Hint: src.Hint,
error_response.go#L309: dst.Hint = msg.Hint
github.com/jackc/pgx/v5/pgconn
pgconn.go#L1014: Hint: msg.Hint,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)