type github.com/jackc/pgx/v5/pgconn.ParseConfigOptions
6 uses
github.com/jackc/pgx/v5/pgconn (current package)
config.go#L128: type ParseConfigOptions struct {
config.go#L316: var parseConfigOptions ParseConfigOptions
config.go#L323: func ParseConfigWithOptions(connString string, options ParseConfigOptions) (*Config, error) {
config.go#L776: func configTLS(settings map[string]string, thisHost string, parseConfigOptions ParseConfigOptions) ([]*tls.Config, error) {
pgconn.go#L127: func ConnectWithOptions(ctx context.Context, connString string, parseConfigOptions ParseConfigOptions) (*PgConn, error) {
github.com/jackc/pgx/v5
conn.go#L49: pgconn.ParseConfigOptions
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)