type github.com/jackc/pgx/v5/pgproto3.CopyInResponse

10 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		copy_in_response.go#L13: type CopyInResponse struct {
		copy_in_response.go#L19: func (*CopyInResponse) Backend() {}
		copy_in_response.go#L23: func (dst *CopyInResponse) Decode(src []byte) error {
		copy_in_response.go#L42: 	*dst = CopyInResponse{OverallFormat: overallFormat, ColumnFormatCodes: columnFormatCodes}
		copy_in_response.go#L48: func (src *CopyInResponse) Encode(dst []byte) ([]byte, error) {
		copy_in_response.go#L64: func (src CopyInResponse) MarshalJSON() ([]byte, error) {
		copy_in_response.go#L75: func (dst *CopyInResponse) UnmarshalJSON(data []byte) error {
		frontend.go#L39: 	copyInResponse                  CopyInResponse
		trace.go#L72: 	case *CopyInResponse:
		trace.go#L228: func (t *tracer) traceCopyInResponse(sender byte, encodedLen int32, msg *CopyInResponse) {