Expose namespaced type

This commit is contained in:
gfanton 2017-01-17 13:54:33 +01:00
parent 99cff16e71
commit 1006df3564

View File

@ -66,6 +66,7 @@ var ProtoHelpersFuncMap = template.FuncMap{
"isFieldRepeated": isFieldRepeated,
"goType": goType,
"jsType": jsType,
"namespacedFlowType": namespacedFlowType,
"httpVerb": httpVerb,
"httpPath": httpPath,
"shortType": shortType,