Hush linter

This commit is contained in:
Patrick O'brien 2016-08-30 03:12:22 +10:00
parent 629ec8c8d0
commit bc602811a8

View file

@ -184,6 +184,8 @@ func mkFunctionName(fkeyTableSingular, foreignTablePluralGo, fkeyColumn string,
return strmangle.TitleCase(colName) + foreignTablePluralGo
}
// PreserveDot allows us to pass in templateData to relationship templates
// called with the template function.
type PreserveDot struct {
Dot templateData
Rel RelationshipToOneTexts