Skip to content

Commit eee2ce1

Browse files
committed
run gen-api.sh
1 parent 670a5a5 commit eee2ce1

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

docs/docs.go

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
18-
*/
19-
201
// Package docs Code generated by swaggo/swag. DO NOT EDIT
212
package docs
223

@@ -5033,9 +5014,6 @@ const docTemplate = `{
50335014
"/answer/api/v1/report": {
50345015
"post": {
50355016
"security": [
5036-
{
5037-
"ApiKeyAuth": []
5038-
},
50395017
{
50405018
"ApiKeyAuth": []
50415019
}
@@ -5075,9 +5053,6 @@ const docTemplate = `{
50755053
"/answer/api/v1/report/review": {
50765054
"put": {
50775055
"security": [
5078-
{
5079-
"ApiKeyAuth": []
5080-
},
50815056
{
50825057
"ApiKeyAuth": []
50835058
}
@@ -5180,9 +5155,6 @@ const docTemplate = `{
51805155
"/answer/api/v1/review/pending/post": {
51815156
"put": {
51825157
"security": [
5183-
{
5184-
"ApiKeyAuth": []
5185-
},
51865158
{
51875159
"ApiKeyAuth": []
51885160
}
@@ -6295,9 +6267,6 @@ const docTemplate = `{
62956267
"/answer/api/v1/user/email/verification/send": {
62966268
"post": {
62976269
"security": [
6298-
{
6299-
"ApiKeyAuth": []
6300-
},
63016270
{
63026271
"ApiKeyAuth": []
63036272
}

docs/swagger.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5006,9 +5006,6 @@
50065006
"/answer/api/v1/report": {
50075007
"post": {
50085008
"security": [
5009-
{
5010-
"ApiKeyAuth": []
5011-
},
50125009
{
50135010
"ApiKeyAuth": []
50145011
}
@@ -5048,9 +5045,6 @@
50485045
"/answer/api/v1/report/review": {
50495046
"put": {
50505047
"security": [
5051-
{
5052-
"ApiKeyAuth": []
5053-
},
50545048
{
50555049
"ApiKeyAuth": []
50565050
}
@@ -5153,9 +5147,6 @@
51535147
"/answer/api/v1/review/pending/post": {
51545148
"put": {
51555149
"security": [
5156-
{
5157-
"ApiKeyAuth": []
5158-
},
51595150
{
51605151
"ApiKeyAuth": []
51615152
}
@@ -6268,9 +6259,6 @@
62686259
"/answer/api/v1/user/email/verification/send": {
62696260
"post": {
62706261
"security": [
6271-
{
6272-
"ApiKeyAuth": []
6273-
},
62746262
{
62756263
"ApiKeyAuth": []
62766264
}

docs/swagger.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
181
basePath: /
192
definitions:
203
constant.NotificationChannelKey:
@@ -6037,7 +6020,6 @@ paths:
60376020
$ref: '#/definitions/handler.RespBody'
60386021
security:
60396022
- ApiKeyAuth: []
6040-
- ApiKeyAuth: []
60416023
summary: add report
60426024
tags:
60436025
- Report
@@ -6062,7 +6044,6 @@ paths:
60626044
$ref: '#/definitions/handler.RespBody'
60636045
security:
60646046
- ApiKeyAuth: []
6065-
- ApiKeyAuth: []
60666047
summary: review report
60676048
tags:
60686049
- Report
@@ -6121,7 +6102,6 @@ paths:
61216102
$ref: '#/definitions/handler.RespBody'
61226103
security:
61236104
- ApiKeyAuth: []
6124-
- ApiKeyAuth: []
61256105
summary: update review
61266106
tags:
61276107
- Review
@@ -6785,7 +6765,6 @@ paths:
67856765
type: string
67866766
security:
67876767
- ApiKeyAuth: []
6788-
- ApiKeyAuth: []
67896768
summary: UserVerifyEmailSend
67906769
tags:
67916770
- User

0 commit comments

Comments
 (0)