summaryrefslogtreecommitdiffstats
path: root/examples/bin_api/maps/maps.ba.go
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Add support for aliases and boolean typeOndrej Fabry1-0/+1604
- aliases are now generated as new types or arrays (if length > 0) - bool is recognized as a boolean type and generated as Go bool - comment with original JSON is now prepended for each object type - interface Services is now generated at the top of the file to provide overview of what RPC services does the current module consists of - dump services now correctly return slice of the particular details type Change-Id: I788babc1c0f2de33e0febd87e5b200d54065b244 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>