We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`type RevValueBase struct {
Status bool json:"Status"
json:"Status"
Err int32 json:"Err"
json:"Err"
Error RevError json:"Error" } type RevValue struct {
json:"Error"
RevValueBase
Data int json:"Data" } `
json:"Data"
when use composition return value, use swag init error
// @success 200 {object} controllerparams.RevValue "ok"
panic: runtime error: index out of range
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`type RevValueBase struct {
Status bool
json:"Status"
Err int32
json:"Err"
Error RevError
json:"Error"
}
type RevValue struct {
RevValueBase
Data int
json:"Data"
}
`
when use composition return value, use swag init error
// @success 200 {object} controllerparams.RevValue "ok"
panic: runtime error: index out of range
The text was updated successfully, but these errors were encountered: