type github.com/jackc/pgconn.Config
12 uses
github.com/jackc/pgconn (current package)
config.go#L31: type Config struct {
config.go#L67: func (c *Config) Copy() *Config {
config.go#L68: newConf := new(Config)
config.go#L191: func ParseConfig(connString string) (*Config, error) {
config.go#L227: config := &Config{
errors.go#L65: config *Config
pgconn.go#L79: config *Config
pgconn.go#L117: func ConnectConfig(ctx context.Context, config *Config) (pgConn *PgConn, err error) {
pgconn.go#L210: func connect(ctx context.Context, config *Config, fallbackConfig *FallbackConfig) (*PgConn, error) {
pgconn.go#L1658: Config *Config
github.com/jackc/pgx/v4
conn.go#L21: pgconn.Config
![]() |
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. |