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

7 uses

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