smithoss/gonymizer

Add checks to DBMapper.Validate()

Offen

#4 geöffnet am 08.03.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (34 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (160 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide