-
-
In this weekly meeting, we mainly discussed the following issues:
1. Release plan - Around the end of May
(1) Dubboctl
(2) Frontend and backend
(3) Ca server
(4) Catch up with Java Edition featur…
-
We need proper documentation of Ethereal NFTs.
This means:
- [ ] #17
- [ ] #18
- [ ] #19
- [ ] #20
- [ ] #21
-
my golang project use generic type, when i use swag to init api docs, occur error: don't recognise "[]" in generic function or param
-
WARNING: DATA RACE
Write at 0x00c000087b40 by goroutine 36:
github.com/swaggo/gin-swagger.CustomWrapHandler.func1()
/golib/pkg/mod/github.com/swaggo/gin-swagger@v1.2.0/swagger.go:63 +0x169
…
-
Hi, are there any plans to support/switch to the version 3 or higher?
As an instance generated JSON can't be accepted in GPT's actions (API calls form the ChatGPT) because of the version.
For exampl…
-
The tags on the `goca.Identity.IPAddresses` field for swag generated documentation cause the doc tests to fail. Swag doesn't know what to do with the `[]net.IP` type when parsing the provided example.…
-
[go-swagger](https://github.com/go-swagger/go-swagger)を試してみる。
-
for example I have a struct as input parameter
```go
type Account struct {
AccountType int `json:"account_type"`
}
```
Then I start swagger by using https://github.com/swaggo/gin-swagger.
…
-
Hi,
How can I support multiple versions (definitions) of APIs from single server?
**Problem Statement:**
Product has to support multiple versions (latest & backward compatible) at different paths…