type github.com/jackc/pgproto3/v2.CopyOutResponse
7 uses
github.com/jackc/pgproto3/v2 (current package)
copy_out_response.go#L11: type CopyOutResponse struct {
copy_out_response.go#L16: func (*CopyOutResponse) Backend() {}
copy_out_response.go#L20: func (dst *CopyOutResponse) Decode(src []byte) error {
copy_out_response.go#L39: *dst = CopyOutResponse{OverallFormat: overallFormat, ColumnFormatCodes: columnFormatCodes}
copy_out_response.go#L45: func (src *CopyOutResponse) Encode(dst []byte) []byte {
copy_out_response.go#L63: func (src CopyOutResponse) MarshalJSON() ([]byte, error) {
frontend.go#L29: copyOutResponse CopyOutResponse
![]() |
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. |