Advisor: Run check steps in parallel (#100200)
This commit is contained in:
committed by
GitHub
parent
6dc98dbbcc
commit
e291140be3
@@ -10,8 +10,8 @@ func NewCheckReportError(
|
||||
action string,
|
||||
stepID string,
|
||||
itemID string,
|
||||
) advisor.CheckReportError {
|
||||
return advisor.CheckReportError{
|
||||
) *advisor.CheckReportError {
|
||||
return &advisor.CheckReportError{
|
||||
Severity: severity,
|
||||
Reason: reason,
|
||||
Action: action,
|
||||
|
||||
Reference in New Issue
Block a user