enable or disable swagger
This commit is contained in:
@ -33,6 +33,8 @@ type Swagger struct {
|
||||
Contact *openapi3.Contact
|
||||
License *openapi3.License
|
||||
OpenAPI *openapi3.T
|
||||
SwaggerEnable bool
|
||||
RedocEnable bool
|
||||
SwaggerOptions map[string]interface{}
|
||||
RedocOptions map[string]interface{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user