type github.com/jackc/pgproto3/v2.CopyDone
9 uses
github.com/jackc/pgproto3/v2 (current package)
copy_done.go#L7: type CopyDone struct {
copy_done.go#L11: func (*CopyDone) Backend() {}
copy_done.go#L14: func (*CopyDone) Frontend() {}
copy_done.go#L18: func (dst *CopyDone) Decode(src []byte) error {
copy_done.go#L27: func (src *CopyDone) Encode(dst []byte) []byte {
copy_done.go#L32: func (src CopyDone) MarshalJSON() ([]byte, error) {
frontend.go#L30: copyDone CopyDone
github.com/jackc/pgconn
pgconn.go#L1130: case *pgproto3.CopyDone:
pgconn.go#L1260: copyDone := &pgproto3.CopyDone{}
![]() |
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. |