synapsecns/sanguine

View on GitHub
core/dbcommon/export_test.go

Summary

Maintainability
A
0 mins
Test Coverage
package dbcommon

// GetGormFieldName wraps getGormFieldName to export it for testing.
func GetGormFieldName(model interface{}, fieldName string) string {
    return getGormFieldName(model, fieldName)
}