type Config struct {
// DSN is the PostgreSQL instance connection DSN. Required. DSN string// If not set logging is skipped. LogFunc func(err error, details string, extra ...interface{})
}
Config is the PostgreSQL checker configuration settings container.