type github.com/jackc/pgx/v5/pgconn.ParseConfigOptions
6 uses
github.com/jackc/pgx/v5/pgconn (current package)
config.go#L107: type ParseConfigOptions struct {
config.go#L267: var parseConfigOptions ParseConfigOptions
config.go#L274: func ParseConfigWithOptions(connString string, options ParseConfigOptions) (*Config, error) {
config.go#L717: func configTLS(settings map[string]string, thisHost string, parseConfigOptions ParseConfigOptions) ([]*tls.Config, error) {
pgconn.go#L126: 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.7.6. (GOOS=linux GOARCH=amd64)