You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/tools/goctl/api
fondoger 5756627904
Fix Dart API generation bugs; Add ability to generate API for path parameters (#2887)
* Fix bug in dartgen: Import path should match the generated api filename

* Use Route.HandlerName as generated dart API function name

Reasons:
- There is bug when using url path name as function name, because it may have invalid characters such as ":"
- Switching to HandlerName aligns with other languages such as typescript generation

* [DartGen] Add ability to generate api for url path parameters such as /path/:param
2 years ago
..
apigen feat: Replace cli to cobra (#1855) 3 years ago
dartgen Fix Dart API generation bugs; Add ability to generate API for path parameters (#2887) 2 years ago
docgen chore: gofumpt (#2439) 2 years ago
format feat: support baggage propagation in httpc (#2375) 2 years ago
gogen support custom maxBytes in API file (#2822) 2 years ago
javagen chore: change interface{} to any (#2818) 2 years ago
ktgen feat: Replace cli to cobra (#1855) 3 years ago
new feat: Replace cli to cobra (#1855) 3 years ago
parser chore: change interface{} to any (#2818) 2 years ago
spec chore: change interface{} to any (#2818) 2 years ago
tsgen chore: reorg imports (#2745) 2 years ago
util refactor: rename from tal-tech to zeromicro for goctl (#1481) 3 years ago
validate feat: Replace cli to cobra (#1855) 3 years ago
cmd.go fix: replace goctl ExactValidArgs to MatchAll (#2759) 2 years ago