Fix names of things for templates
This commit is contained in:
parent
be189323d9
commit
4d45a03ff7
1 changed files with 3 additions and 3 deletions
|
@ -167,9 +167,9 @@ var templateFunctions = template.FuncMap{
|
||||||
"whereClause": strmangle.WhereClause,
|
"whereClause": strmangle.WhereClause,
|
||||||
|
|
||||||
// Relationship text helpers
|
// Relationship text helpers
|
||||||
"textsFromForeignKey": txtsFromFKey,
|
"txtsFromFKey": txtsFromFKey,
|
||||||
"textsFromOneToOneRelationship": txtsFromOneToOne,
|
"txtsFromOneToOne": txtsFromOneToOne,
|
||||||
"textsFromRelationship": txtsFromToMany,
|
"txtsFromToMany": txtsFromToMany,
|
||||||
|
|
||||||
// dbdrivers ops
|
// dbdrivers ops
|
||||||
"filterColumnsByDefault": bdb.FilterColumnsByDefault,
|
"filterColumnsByDefault": bdb.FilterColumnsByDefault,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue