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

8 uses

	github.com/jackc/pgproto3/v2 (current package)
		copy_in_response.go#L11: type CopyInResponse struct {
		copy_in_response.go#L17: func (*CopyInResponse) Backend() {}
		copy_in_response.go#L21: func (dst *CopyInResponse) Decode(src []byte) error {
		copy_in_response.go#L40: 	*dst = CopyInResponse{OverallFormat: overallFormat, ColumnFormatCodes: columnFormatCodes}
		copy_in_response.go#L46: func (src *CopyInResponse) Encode(dst []byte) []byte {
		copy_in_response.go#L63: func (src CopyInResponse) MarshalJSON() ([]byte, error) {
		frontend.go#L28: 	copyInResponse                  CopyInResponse

	github.com/jackc/pgconn
		pgconn.go#L1190: 		case *pgproto3.CopyInResponse: