github.com/jackc/pgx/v5/pgproto3.ErrorResponse.ConstraintName (field)
7 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
error_response.go#L24: ConstraintName string
error_response.go#L91: dst.ConstraintName = v
error_response.go#L190: if src.ConstraintName != "" {
error_response.go#L192: dst = append(dst, src.ConstraintName...)
error_response.go#L262: ConstraintName: src.ConstraintName,
error_response.go#L318: dst.ConstraintName = msg.ConstraintName
github.com/jackc/pgx/v5/pgconn
pgconn.go#L1023: ConstraintName: msg.ConstraintName,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)