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:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |