-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When use gf gen service,the nested struct can't get generate there own functions #3104
Comments
@ppxb It needs some improvement for command cc @oldme-git you might be interested as we've discussed similar topic recently. |
@gqcn I will pay attention to this issue recently. |
@gqcn @oldme-git thanks for your attention. |
Please show #3067 |
1. What version of
Go
and system type/arch are you using?Go Version: 1.20
2. What version of
GoFrame
are you using?GoFrame Version: v2.54
3. Can this issue be re-produced with the latest release?
Not sure
4. What did you do?
When use
gf gen service
, the nested struct can't generate there own functionscodes below:
5. What did you expect to see?
service should auto generate the GfToken's functions
6. What did you see instead?
empty implements about GfToken struct
The text was updated successfully, but these errors were encountered: