mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-17 14:24:30 +08:00
refactoring validation and models
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user