William Cheng
|
494d74ab82
|
remove duplicated (#18320)
|
2024-04-07 22:25:03 +08:00 |
|
Viswajith Venugopal
|
650e119f22
|
Update go-server template to include the conventional generated code line (#18304)
* Update go-server template to include the conventional generated code line
Follow the convention from https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source.
The generated go client code already follows this: f357be480e/modules/openapi-generator/src/main/resources/go/partial_header.mustache (L18)
* gen files
* Move to top
|
2024-04-07 21:23:24 +08:00 |
|
Ween Jiann
|
792c49a0ce
|
[go-server] Change Routes type from []Route to map[string]Route (#15084)
* Change Routes to map[string]Route
* Fix linting issues
* Regenerate samples
|
2023-04-11 15:40:06 +08:00 |
|
Aliaksei Zhuk
|
9c3d4ef2a6
|
Parse integer array query parameters. Fix typos (#11105)
|
2022-01-04 17:55:18 +08:00 |
|
William Cheng
|
c79d056935
|
Allow to specify response headers (needed for redirecting clients) (#9170)
* Allow to specify response headers (needed for redirecting clients) (#8148)
Co-authored-by: Bernardo Pastorelli <13519917+randomswdev@users.noreply.github.com>
* add addResponseHeaders option
* enable addResponseHeaders
* fix comma
Co-authored-by: randomswdev <randomswdev@users.noreply.github.com>
Co-authored-by: Bernardo Pastorelli <13519917+randomswdev@users.noreply.github.com>
|
2021-04-05 16:27:41 +08:00 |
|
Gmtstephane
|
4e05912ae7
|
[GO][SERVER] Implement response code (#7397)
* Feature(template) add response with status code generation
* Generate Samples
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2020-09-14 23:14:53 +08:00 |
|