99c4359062
The TypeScript generator create types of anonymous structs. When those anonymous structs are in endpoints with the same name, but in different endpoint groups, the generator panic because it create different types with the same names. This commit fixes that problem through using the endpoint group prefix to create the types with different names. Change-Id: Ibe87532609ce824b80951326f9777ed5b0cc2f7a |
||
---|---|---|
.. | ||
example | ||
common_test.go | ||
common.go | ||
docgen.go | ||
endpoint_test.go | ||
endpoint.go | ||
gogen_test.go | ||
gogen.go | ||
tsgen.go | ||
tstypes_test.go | ||
tstypes.go |