github.com/jackc/pgproto3/v2.ErrorResponse.marshalBinary (method)

3 uses

	github.com/jackc/pgproto3/v2 (current package)
		error_response.go#L111: 	return append(dst, src.marshalBinary('E')...)
		error_response.go#L114: func (src *ErrorResponse) marshalBinary(typeByte byte) []byte {
		notice_response.go#L16: 	return append(dst, (*ErrorResponse)(src).marshalBinary('N')...)