You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
I defined an api file and successfully generated api related code accordingly
as follows
However, when generating swagger documents through the official goctl api plugin -plugin goctl-swagger="swagger, an error occurs.
as follows:
Error: panic: error: line 52:8 field Nodes has no tag
For personal testing, the array structure can be generated successfully after anonymously declaring or annotating it. However, no relevant declarable array document description was found in the official documentation.
我定义了一个api文件,并依此成功生成api相关代码
如下
但是在通过官方 goctl api plugin -plugin goctl-swagger="swagger进行swagger文档生成时,发生报错,
如下:
Error: panic: error: line 52:8 field Nodes has no tag
个人测试,进行匿名声明或注释该数组结构体后可以成功生成,在官方文档没有找到相关可声明数组文档描述
The text was updated successfully, but these errors were encountered: