smithoss/gonymizer

Add checks to DBMapper.Validate()

开放

#4 创建于 2019年3月8日

 (0 条评论) (0 个反应) (0 位负责人)Go (34 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (160 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南