-
I follow the echo-wagger README tutorial and get the error bellow
![image](https://user-images.githubusercontent.com/41404916/141092712-af5ac32b-ae7d-471c-bc71-7c5e3ad3d98a.png)
And I google so many…
-
So far I just have a README, but i need more.
Context: https://engineroom.teamwork.com/generate-restful-api-documentation-from-annotations-in-go-code-614a26e37a0b
Tooling: https://github.com/swagg…
-
https://github.com/swaggo/gin-swagger/blob/74c905c98f6ec006cb183a03f9317be2b12c64ee/swagger.go#L205
## Expect
- Be friendly to China, don’t provide any addresses that are not accessible to China, …
-
![image](https://user-images.githubusercontent.com/13879575/147742247-daa0447d-87d5-4186-b588-86e7975677cc.png)
Can we do this as in the above red rec?
This is from Swashbuckle.AspNetCore. I wonde…
-
**Describe the bug**
thechosenone@MacBook-Air-Zaman mod % swag init
zsh: command not found: swag
thechosenone@MacBook-Air-Zaman mod % cd $GOPATH/bin
thechosenone@MacBook-Air-Zaman bin % swag
…
-
go func() {
if err := server.ListenAndServe(); err != nil && err != http.ErrServerClosed {
log.Fatalf("HTTP server listen: %s\n", err)
}
}()
==================
WARNING: DATA…
-
I have added `securityDefinitions.apikey` to my api doc annotations and used the security definition on a route.
*What I expected:* The route will have the lock-symbol-button rendered on its right …
-
**Is your feature request related to a problem? Please describe.**
```
// @Success 200 {object} someStruct1
// @Success 200 {object} someStruct2
```
**Describe the solution you'd like**
http…
-
- [x] Swagger
- [ ] Unit Tests
- [x] End To End Test
- [ ] GraphQL
- [x] Documentation
-
```go
type VectorizationProductForm struct {
Id int `json:"id" from:"id" binding:"required,gte=1"`
FileUrl string `json:"file_url" from:"file_url" binding:"required"`
}
```
Using "form…