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
typeListProjectsOKstruct {
/* Link refers to the previous page and next page */Linkstring/* The total count of projects */XTotalCountint64Payload []*models.Project
}
Why to use the point in Payload?This outputs an address, not a string?
This could be changed to not using a pointer, would it be better?
typeListProjectsOKstruct {
/* Link refers to the previous page and next page */Linkstring/* The total count of projects */XTotalCountint64Payload []models.Project
}
Want to support
I want to know it is ok? .There are a lot of problems just like this. If it is no problem, I will create PR to sovle and add some Test Func
If you agree with me, Please LGMT Your name.
The text was updated successfully, but these errors were encountered:
Piwriw
changed the title
question:Why use the point?(improvement)
question:Why use the pointer?(improvement)
Mar 8, 2024
Description
Why to use the point in Payload?This outputs an address, not a string?
This could be changed to not using a pointer, would it be better?
Want to support
I want to know it is ok? .There are a lot of problems just like this. If it is no problem, I will create PR to sovle and add some Test Func
If you agree with me, Please LGMT Your name.
The text was updated successfully, but these errors were encountered: