github.com/jackc/pgx/v5/pgconn.Config.SSLNegotiation (field)

3 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		config.go#L57: 	SSLNegotiation string // sslnegotiation=postgres or sslnegotiation=direct
		config.go#L424: 	config.SSLNegotiation = settings["sslnegotiation"]
		pgconn.go#L343: 		if config.SSLNegotiation == "direct" {