Skip to content
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

add embedded struct support #2

Open
kirileec opened this issue Sep 23, 2024 · 0 comments
Open

add embedded struct support #2

kirileec opened this issue Sep 23, 2024 · 0 comments

Comments

@kirileec
Copy link
Contributor

// Request
// @Body
type Request struct {
	F1 string `json:"f1"`
	FB struct {
		A string
		B int64
	} `json:"fb"`
}

astp cannot parse FB struct now

@kirileec kirileec moved this to Backlog in fw Sep 23, 2024
@kirileec kirileec added this to fw Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant