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
1. What version of Go and system type/arch are you using?
go version go1.20.6 darwin/arm64
2. What version of GoFrame are you using?
GoFrame CLI Tool v2.5.1, https://goframe.org
GoFrame Version: v2.5.1 in current go.mod
CLI Installed At: /opt/homebrew/bin/gf
CLI Built Detail:
Go Version: go1.20.4
GF Version: v2.5.1
Git Commit: 2023-07-26 21:27:58 e0e0043
Build Time: 2023-07-26 21:32:56
3. Can this issue be re-produced with the latest release?
YES
4. What did you do?
注释了api中定义的结构体,然后运行gf gen ctrl,结果被注释的结构体,仍然生成的controller
5. What did you expect to see?
希望gf gen ctrl执行时排除api中注释的结构体定义
6. What did you see instead?
The text was updated successfully, but these errors were encountered:
Issues-translate-bot
changed the title
[BUG]gf gen ctrl无法排除api中注释的结构体定义
[BUG] gf gen ctrl cannot exclude the structure definition annotated in api
Aug 4, 2023
Hello @alaywn. We like your proposal/feedback and would appreciate a contribution via a Pull Request by you or another community member. We thank you in advance for your contribution and are looking forward to reviewing it!
你好 @alaywn。我们喜欢您的提案/反馈,并希望您或其他社区成员通过拉取请求做出贡献。我们提前感谢您的贡献,并期待对其进行审查。
1. What version of
Go
and system type/arch are you using?go version go1.20.6 darwin/arm64
2. What version of
GoFrame
are you using?GoFrame CLI Tool v2.5.1, https://goframe.org
GoFrame Version: v2.5.1 in current go.mod
CLI Installed At: /opt/homebrew/bin/gf
CLI Built Detail:
Go Version: go1.20.4
GF Version: v2.5.1
Git Commit: 2023-07-26 21:27:58 e0e0043
Build Time: 2023-07-26 21:32:56
3. Can this issue be re-produced with the latest release?
YES
4. What did you do?
注释了api中定义的结构体,然后运行gf gen ctrl,结果被注释的结构体,仍然生成的controller
5. What did you expect to see?
希望gf gen ctrl执行时排除api中注释的结构体定义
6. What did you see instead?
The text was updated successfully, but these errors were encountered: