Files
go-zero/tools/goctl/api
fondoger abf15b373c 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
2023-03-04 20:16:44 +08:00
..
2022-05-07 15:40:11 +08:00
2022-09-22 22:40:01 +08:00
2022-05-07 15:40:11 +08:00
2022-05-07 15:40:11 +08:00
2023-01-03 22:26:45 +08:00
2023-01-03 22:26:45 +08:00