github.com/lib/pq.conn.c (field)
18 uses
github.com/lib/pq (current package)
conn.go#L117: c net.Conn
conn.go#L298: cn.c, err = dial(ctx, c.dialer, o)
conn.go#L305: if cn.c != nil {
conn.go#L306: cn.c.Close()
conn.go#L315: cn.c.Close()
conn.go#L319: cn.buf = bufio.NewReader(cn.c)
conn.go#L324: err = cn.c.SetDeadline(time.Time{})
conn.go#L804: cerr := cn.c.Close()
conn.go#L890: _, err := cn.c.Write(m.wrap())
conn.go#L897: _, err := cn.c.Write((m.wrap())[1:])
conn.go#L905: _, err = cn.c.Write([]byte{typ, '\x00', '\x00', '\x00', '\x04'})
conn.go#L1028: _, err = io.ReadFull(cn.c, b)
conn.go#L1037: cn.c, err = upgrade(cn.c)
conn_go18.go#L127: c: c,
copy.go#L135: _, err := ci.cn.c.Write(buf)
notify.go#L298: l.cn.c.Close()
notify.go#L347: return l.cn.c.Close()
 |
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. |