type github.com/jackc/pgproto3/v2.CopyData
8 uses
github.com/jackc/pgproto3/v2 (current package)
copy_data.go#L10: type CopyData struct {
copy_data.go#L15: func (*CopyData) Backend() {}
copy_data.go#L18: func (*CopyData) Frontend() {}
copy_data.go#L22: func (dst *CopyData) Decode(src []byte) error {
copy_data.go#L28: func (src *CopyData) Encode(dst []byte) []byte {
copy_data.go#L36: func (src CopyData) MarshalJSON() ([]byte, error) {
frontend.go#L27: copyData CopyData
github.com/jackc/pgconn
pgconn.go#L1131: case *pgproto3.CopyData:
![]() |
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. |