storj/private/apigen/example
Ivan Fraixedes 99c4359062 private/apigen: Avoid clashes of types names
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
2023-10-05 07:30:09 +00:00
..
myapi private/apigen: Fix code generation for slices & arrays 2023-10-02 17:05:35 +02:00
api.gen.go private/apigen: Avoid clashes of types names 2023-10-05 07:30:09 +00:00
apidocs.gen.md private/apigen: Avoid clashes of types names 2023-10-05 07:30:09 +00:00
client-api.gen.ts private/apigen: Avoid clashes of types names 2023-10-05 07:30:09 +00:00
doc.go private/apigen: make code compile with 1.16 2022-09-02 16:34:46 +03:00
gen.go private/apigen: Avoid clashes of types names 2023-10-05 07:30:09 +00:00