You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/08/24 07:26:09 UTC

[GitHub] [incubator-devlake] klesh commented on a diff in pull request #2809: feat: add swagger docs for the plugin icla

klesh commented on code in PR #2809:
URL: https://github.com/apache/incubator-devlake/pull/2809#discussion_r953411777


##########
api/blueprints/blueprint_plugin_setting.go:
##########
@@ -217,3 +217,18 @@ type GithubBlueprintSetting []struct {
 		} `json:"scope"`
 	} `json:"connections"`
 }
+
+// @Summary blueprints setting for icla

Review Comment:
   Plugin specific document should be placed inside the plugin folder



##########
api/pipelines/pipeline_plugin_plan.go:
##########
@@ -174,3 +174,15 @@ type TapdPipelinePlan [][]struct {
 		Since       string
 	} `json:"options"`
 }
+
+// @Summary pipelines plan for icla

Review Comment:
   same as above



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org