This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch fix#6159-2
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/fix#6159-2 by this push:
new 255f1cfd7 fix: test lint
255f1cfd7 is described below
commit 255f1cfd7e3dcce620eca0d895bce4b10bb41699
Author: abeizn <[email protected]>
AuthorDate: Sun Oct 8 16:44:10 2023 +0800
fix: test lint
---
backend/helpers/pluginhelper/api/remote_api_helper.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/backend/helpers/pluginhelper/api/remote_api_helper.go
b/backend/helpers/pluginhelper/api/remote_api_helper.go
index 80d3eeedb..be507f9a0 100644
--- a/backend/helpers/pluginhelper/api/remote_api_helper.go
+++ b/backend/helpers/pluginhelper/api/remote_api_helper.go
@@ -68,6 +68,7 @@ type SearchRemoteScopesOutput struct {
}
// RemoteApiHelper is used to write the CURD of connection
+// test
type RemoteApiHelper[Conn plugin.ApiConnection, Scope plugin.ToolLayerScope,
ApiScope plugin.ApiScope, Group plugin.ApiGroup] struct {
basicRes context.BasicRes
validator *validator.Validate