type github.com/jackc/pgproto3/v2.RowDescription
10 uses
github.com/jackc/pgproto3/v2 (current package)
frontend.go#L42: rowDescription RowDescription
row_description.go#L47: type RowDescription struct {
row_description.go#L52: func (*RowDescription) Backend() {}
row_description.go#L56: func (dst *RowDescription) Decode(src []byte) error {
row_description.go#L102: func (src *RowDescription) Encode(dst []byte) []byte {
row_description.go#L126: func (src RowDescription) MarshalJSON() ([]byte, error) {
github.com/jackc/pgconn
pgconn.go#L782: case *pgproto3.RowDescription:
pgconn.go#L1346: case *pgproto3.RowDescription:
pgconn.go#L1512: if _, ok := msg.(*pgproto3.RowDescription); ok {
pgconn.go#L1537: case *pgproto3.RowDescription:
![]() |
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. |