Hush linter
This commit is contained in:
parent
629ec8c8d0
commit
bc602811a8
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ func mkFunctionName(fkeyTableSingular, foreignTablePluralGo, fkeyColumn string,
|
||||||
return strmangle.TitleCase(colName) + foreignTablePluralGo
|
return strmangle.TitleCase(colName) + foreignTablePluralGo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PreserveDot allows us to pass in templateData to relationship templates
|
||||||
|
// called with the template function.
|
||||||
type PreserveDot struct {
|
type PreserveDot struct {
|
||||||
Dot templateData
|
Dot templateData
|
||||||
Rel RelationshipToOneTexts
|
Rel RelationshipToOneTexts
|
||||||
|
|
Loading…
Add table
Reference in a new issue