refactoring validation and models

This commit is contained in:
afeiszli
2021-07-23 18:24:34 -04:00
parent 93b0b94788
commit a982b62445
16 changed files with 363 additions and 415 deletions

View File

@@ -93,5 +93,6 @@ func FetchRecords(tableName string) (map[string]string, error) {
row.Scan(&key, &value)
records[key] = value
}
// log.Println(records)
return records, nil
}