-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: support generate nested struct for slim template #101
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FGYFFFF
force-pushed
the
feat/nested_struct_for_slim
branch
from
August 31, 2023 06:52
fe7e08c
to
408e489
Compare
FGYFFFF
changed the title
feat: support generate nested struct for slim template
WIP:feat: support generate nested struct for slim template
Oct 24, 2023
FGYFFFF
changed the title
WIP:feat: support generate nested struct for slim template
feat: support generate nested struct for slim template
Nov 8, 2023
FGYFFFF
force-pushed
the
feat/nested_struct_for_slim
branch
from
November 8, 2023 06:41
eae85d7
to
687dd22
Compare
HeyJavaBean
reviewed
Nov 8, 2023
FGYFFFF
force-pushed
the
feat/nested_struct_for_slim
branch
2 times, most recently
from
November 9, 2023 06:37
e456b01
to
dcdc2cf
Compare
HeyJavaBean
previously approved these changes
Nov 9, 2023
3 tasks
FGYFFFF
force-pushed
the
feat/nested_struct_for_slim
branch
from
January 3, 2024 06:17
dcdc2cf
to
d6cf57e
Compare
felix021
reviewed
Jan 3, 2024
FGYFFFF
force-pushed
the
feat/nested_struct_for_slim
branch
from
January 4, 2024 06:28
9e15a4b
to
510c16f
Compare
felix021
approved these changes
Jan 4, 2024
HeyJavaBean
approved these changes
Jan 9, 2024
HeyJavaBean
pushed a commit
that referenced
this pull request
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
slim 模板下支持生成嵌套接口体,使用方法如下:
IDL
命令
生成代码
兼容性:
单独加了选项控制生产内容,不影响整体的代码生成
Motivation and Context
Related Issue