smithoss/gonymizer

Add checks to DBMapper.Validate()

Ouverte

#4 ouverte le 8 mars 2019

 (0 commentaire) (0 réaction) (0 personne assignée)Go (34 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (160 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently we are only checking the map against the DBMapper.DBName value and making sure it's length is > 0. There are many checks we can be doing here to validate that the DBMap is in the correct format. One example is to check the structure of the DBMap and verify all variables are in the correct form.

Guide contributeur