forked from loafle/openapi-generator-original
OpenAPI 3.1.0 Add webhooks support (#17174)
* Add support for webhooks * Test webhook generation with Go Gin server * Generate samples * Removing \t * Remove tabs
This commit is contained in:
@@ -67,8 +67,7 @@ type ApiHandleFunctions struct {
|
||||
}
|
||||
|
||||
func getRoutes(handleFunctions ApiHandleFunctions) []Route {
|
||||
return []Route{
|
||||
|
||||
return []Route{
|
||||
{
|
||||
"AddPet",
|
||||
http.MethodPost,
|
||||
|
||||
Reference in New Issue
Block a user