storj/private/apigen
Jeremy Wharton 0c591fa25a private/apigen: handle omitempty JSON option in structs
This change makes the TypeScript API code generator properly handle
struct fields with the "omitempty" option in the JSON struct tag.

Change-Id: I9b22ce33a8b8c39c115ec827a8e5b7e85d856f83
2023-11-18 07:09:42 -06:00
..
example private/apigen: handle omitempty JSON option in structs 2023-11-18 07:09:42 -06:00
common_test.go private/apigen: Avoid clashes of types names 2023-10-05 07:30:09 +00:00
common.go private/apigen: handle omitempty JSON option in structs 2023-11-18 07:09:42 -06:00
docgen.go private/apigen: handle omitempty JSON option in structs 2023-11-18 07:09:42 -06:00
endpoint_test.go private/apigen: Add a TypeScript client mock generator 2023-10-25 14:43:01 +02:00
endpoint.go private/apigen: Remove support for anonymous types 2023-11-16 12:29:21 +00:00
gogen_test.go private/apigen: Remove support for anonymous types 2023-11-16 12:29:21 +00:00
gogen.go private/apigen: prevent self imports 2023-11-15 21:41:20 +00:00
tsgen.go private/apigen: Remove support for anonymous types 2023-11-16 12:29:21 +00:00
tsgenmock.go private/apigen: Remove support for anonymous types 2023-11-16 12:29:21 +00:00
tstypes_test.go private/apigen: Remove support for anonymous types 2023-11-16 12:29:21 +00:00
tstypes.go private/apigen: handle omitempty JSON option in structs 2023-11-18 07:09:42 -06:00