github.com/jackc/pgx/v5/pgconn.ParseConfigOptions.ConnStringAllowedKeys (field)

4 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		config.go#L150: 	ConnStringAllowedKeys []string
		config.go#L344: 	if options.ConnStringAllowedKeys != nil {
		config.go#L345: 		allowed := make(map[string]struct{}, len(options.ConnStringAllowedKeys))
		config.go#L346: 		for _, k := range options.ConnStringAllowedKeys {