github.com/jackc/pgproto3/v2.FunctionCallResponse.Result (field)

9 uses

	github.com/jackc/pgproto3/v2 (current package)
		function_call_response.go#L12: 	Result []byte
		function_call_response.go#L29: 		dst.Result = nil
		function_call_response.go#L37: 	dst.Result = src[rp:]
		function_call_response.go#L47: 	if src.Result == nil {
		function_call_response.go#L50: 		dst = pgio.AppendInt32(dst, int32(len(src.Result)))
		function_call_response.go#L51: 		dst = append(dst, src.Result...)
		function_call_response.go#L63: 	for _, b := range src.Result {
		function_call_response.go#L71: 		formattedValue = map[string]string{"binary": hex.EncodeToString(src.Result)}
		function_call_response.go#L73: 		formattedValue = map[string]string{"text": string(src.Result)}