type github.com/jackc/pgproto3/v2.Sync
9 uses
github.com/jackc/pgproto3/v2 (current package)
backend.go#L28: sync Sync
sync.go#L7: type Sync struct{}
sync.go#L10: func (*Sync) Frontend() {}
sync.go#L14: func (dst *Sync) Decode(src []byte) error {
sync.go#L23: func (src *Sync) Encode(dst []byte) []byte {
sync.go#L28: func (src Sync) MarshalJSON() ([]byte, error) {
github.com/jackc/pgconn
pgconn.go#L758: buf = (&pgproto3.Sync{}).Encode(buf)
pgconn.go#L1076: buf = (&pgproto3.Sync{}).Encode(buf)
pgconn.go#L1612: batch.buf = (&pgproto3.Sync{}).Encode(batch.buf)
![]() |
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. |