forked from loafle/openapi-generator-original
[go-server] Change Routes type from []Route to map[string]Route (#15084)
* Change Routes to map[string]Route * Fix linting issues * Regenerate samples
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
package petstoreserver
|
||||
|
||||
// ImplResponse response defines an error code with the associated body
|
||||
// ImplResponse defines an implementation response with error code and the associated body
|
||||
type ImplResponse struct {
|
||||
Code int
|
||||
Headers map[string][]string
|
||||
|
||||
Reference in New Issue
Block a user