Merge pull request #45 from gfanton/namespaced-type

Namespaced type
This commit is contained in:
Mathieu Acthernoene 2017-01-17 17:46:03 +01:00 committed by GitHub
commit 199050ce6f

View File

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