type github.com/jackc/pgproto3/v2.FunctionCallResponse

6 uses

	github.com/jackc/pgproto3/v2 (current package)
		frontend.go#L34: 	functionCallResponse            FunctionCallResponse
		function_call_response.go#L11: type FunctionCallResponse struct {
		function_call_response.go#L16: func (*FunctionCallResponse) Backend() {}
		function_call_response.go#L20: func (dst *FunctionCallResponse) Decode(src []byte) error {
		function_call_response.go#L42: func (src *FunctionCallResponse) Encode(dst []byte) []byte {
		function_call_response.go#L60: func (src FunctionCallResponse) MarshalJSON() ([]byte, error) {