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, "isFieldRepeated": isFieldRepeated,
"goType": goType, "goType": goType,
"jsType": jsType, "jsType": jsType,
"namespacedFlowType": namespacedFlowType,
"httpVerb": httpVerb, "httpVerb": httpVerb,
"httpPath": httpPath, "httpPath": httpPath,
"shortType": shortType, "shortType": shortType,