smithoss/gonymizer

Add checks to DBMapper.Validate()

Aberta

#4 aberto em 8 de mar. de 2019

 (0 comentário) (0 reação) (0 responsável)Go (34 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (160 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador