type github.com/lib/pq.values
15 uses
github.com/lib/pq (current package)
conn.go#L126: opts values
conn.go#L155: func (cn *conn) handleDriverSettings(o values) (err error) {
conn.go#L176: func (cn *conn) handlePgpass(o values) {
conn.go#L330: func dial(ctx context.Context, d Dialer, o values) (net.Conn, error) {
conn.go#L370: func network(o values) (string, string) {
conn.go#L381: type values map[string]string
conn.go#L418: func parseOpts(name string, o values) error {
conn.go#L1010: func (cn *conn) ssl(o values) error {
conn.go#L1066: func (cn *conn) startup(o values) {
conn.go#L1109: func (cn *conn) auth(r *readBuf, o values) {
connector.go#L20: opts values
connector.go#L44: o := make(values)
ssl.go#L15: func ssl(o values) (func(net.Conn) (net.Conn, error), error) {
ssl.go#L85: func sslClientCertificates(tlsConf *tls.Config, o values) error {
ssl.go#L133: func sslCertificateAuthority(tlsConf *tls.Config, o values) error {
 |
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. |