abeizn commented on code in PR #5699:
URL:
https://github.com/apache/incubator-devlake/pull/5699#discussion_r1273564527
##########
backend/helpers/pluginhelper/api/scope_generic_helper.go:
##########
@@ -73,7 +73,8 @@ type (
// This corresponds to the database column name of the scope
struct's ID (typically primary key) field
ScopeIdColumnName string `validate:"required"`
// This corresponds to the scope field on the ApiParams struct
of a plugin.
- RawScopeParamName string `validate:"required"`
+ RawScopeParamName string `validate:"required"`
+ SearchScopeParamName string
Review Comment:
added.
--
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]