diff --git a/dsSupport/docs/docs.go b/dsSupport/docs/docs.go index 7aa66445..3d232511 100644 --- a/dsSupport/docs/docs.go +++ b/dsSupport/docs/docs.go @@ -2775,7 +2775,37 @@ var doc = `{ } } } - } + }, + "tags": [ + { + "description": "数据订阅", + "name": "dataaccess" + }, + { + "description": "数据异常", + "name": "dataerror" + }, + { + "description": "数据源", + "name": "datasource" + }, + { + "description": "数据统计", + "name": "datastatistic" + }, + { + "description": "字典", + "name": "jyt2012" + }, + { + "description": "元数据", + "name": "metadata" + }, + { + "description": "机构目录", + "name": "orgtree" + } + ] }` type swaggerInfo struct { diff --git a/dsSupport/docs/swagger.json b/dsSupport/docs/swagger.json index 94c24ee3..a4893c12 100644 --- a/dsSupport/docs/swagger.json +++ b/dsSupport/docs/swagger.json @@ -2759,5 +2759,35 @@ } } } - } + }, + "tags": [ + { + "description": "数据订阅", + "name": "dataaccess" + }, + { + "description": "数据异常", + "name": "dataerror" + }, + { + "description": "数据源", + "name": "datasource" + }, + { + "description": "数据统计", + "name": "datastatistic" + }, + { + "description": "字典", + "name": "jyt2012" + }, + { + "description": "元数据", + "name": "metadata" + }, + { + "description": "机构目录", + "name": "orgtree" + } + ] } \ No newline at end of file diff --git a/dsSupport/docs/swagger.yaml b/dsSupport/docs/swagger.yaml index e09e85ed..8ceee9fb 100644 --- a/dsSupport/docs/swagger.yaml +++ b/dsSupport/docs/swagger.yaml @@ -2068,3 +2068,18 @@ paths: tags: - orgtree swagger: "2.0" +tags: +- description: 数据订阅 + name: dataaccess +- description: 数据异常 + name: dataerror +- description: 数据源 + name: datasource +- description: 数据统计 + name: datastatistic +- description: 字典 + name: jyt2012 +- description: 元数据 + name: metadata +- description: 机构目录 + name: orgtree diff --git a/dsSupport/main.go b/dsSupport/main.go index 2b406e71..5303bd8e 100644 --- a/dsSupport/main.go +++ b/dsSupport/main.go @@ -27,6 +27,20 @@ import ( // @contact.email support@swagger.io // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html +// @tag.name dataaccess +// @tag.description 数据订阅 +// @tag.name dataerror +// @tag.description 数据异常 +// @tag.name datasource +// @tag.description 数据源 +// @tag.name datastatistic +// @tag.description 数据统计 +// @tag.name jyt2012 +// @tag.description 字典 +// @tag.name metadata +// @tag.description 元数据 +// @tag.name orgtree +// @tag.description 机构目录 // @host 127.0.0.1:8005 func main() { // 发布模式