From 385f1fb6e7964f4bc8dff385d1d3eabf9dc88259 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期五, 01 十一月 2019 17:57:46 +0800 Subject: [PATCH] fix createcluster --- controllers/sdk.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/controllers/sdk.go b/controllers/sdk.go index a9ba8a3..cc76c7b 100644 --- a/controllers/sdk.go +++ b/controllers/sdk.go @@ -40,6 +40,7 @@ Sort int `json:"sort"` //鍙傛暟椤哄簭 } +// @Security ApiKeyAuth // @Summary 绠楁硶淇濆瓨 // @Description 绠楁硶淇濆瓨 // @Produce json @@ -65,6 +66,7 @@ } } +// @Security ApiKeyAuth // @Summary 鏌ユ壘鎵�鏈夌畻娉� // @Description 鏌ユ壘鎵�鏈夌畻娉� // @Produce json @@ -81,6 +83,7 @@ util.ResponseFormat(c, code.Success, sdks) } +// @Security ApiKeyAuth // @Summary 鏍规嵁id鑾峰彇绠楁硶淇℃伅 // @Description 鏍规嵁id鑾峰彇绠楁硶淇℃伅 // @Produce json @@ -123,6 +126,7 @@ } } +// @Security ApiKeyAuth // @Summary 鏍规嵁taskId鑾峰彇绠楁硶淇℃伅 // @Description 鏍规嵁taskId鑾峰彇绠楁硶淇℃伅 // @Produce json -- Gitblit v1.8.0