abeizn commented on code in PR #6507:
URL:
https://github.com/apache/incubator-devlake/pull/6507#discussion_r1407066999
##########
backend/plugins/sonarqube/tasks/issues_collector.go:
##########
@@ -239,3 +299,24 @@ func getTimeFromFormatTime(formatTime string) (*time.Time,
errors.Error) {
return &t, nil
}
+
+type SonarqubePageInfo struct {
+ Total int `json:"total"`
+ P int `json:"p"`
Review Comment:
p: 1-based page number
ps: Page size. Must be greater than 0 and less or equal than 500
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]