Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Nov 29, 2023
2 parents 1f8d08c + 1a7cbb7 commit 3fc0b3b
Show file tree
Hide file tree
Showing 23 changed files with 386 additions and 330 deletions.
2 changes: 1 addition & 1 deletion cmd/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 61 additions & 41 deletions docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 61 additions & 22 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3654,6 +3654,49 @@
}
}
},
"/answer/api/v1/plugin/status": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "get all plugins status",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"Plugin"
],
"summary": "get all plugins status",
"responses": {
"200": {
"description": "OK",
"schema": {
"allOf": [
{
"$ref": "#/definitions/handler.RespBody"
},
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/definitions/schema.GetPluginListResp"
}
}
}
}
]
}
}
}
}
},
"/answer/api/v1/post/render": {
"post": {
"security": [
Expand Down Expand Up @@ -6828,12 +6871,13 @@
"object_id"
],
"properties": {
"bookmark": {
"type": "boolean"
},
"group_id": {
"description": "user collection group TagID",
"type": "string"
},
"object_id": {
"description": "object TagID",
"type": "string"
}
}
Expand All @@ -6842,13 +6886,7 @@
"type": "object",
"properties": {
"object_collection_count": {
"type": "string"
},
"object_id": {
"type": "string"
},
"switch": {
"type": "boolean"
"type": "integer"
}
}
},
Expand Down Expand Up @@ -7247,6 +7285,10 @@
"description": "username",
"type": "string"
},
"visit_token": {
"description": "visit token",
"type": "string"
},
"website": {
"description": "website",
"type": "string"
Expand Down Expand Up @@ -7648,50 +7690,40 @@
"type": "object",
"properties": {
"created_at": {
"description": "created time",
"type": "integer"
},
"description": {
"description": "description text",
"type": "string"
},
"display_name": {
"description": "display name",
"type": "string"
},
"excerpt": {
"description": "excerpt",
"type": "string"
},
"follow_count": {
"description": "follower amount",
"type": "integer"
},
"is_follower": {
"description": "is follower",
"type": "boolean"
},
"main_tag_slug_name": {
"description": "if main tag slug name is not empty, this tag is synonymous with the main tag",
"type": "string"
},
"member_actions": {
"description": "MemberActions",
"type": "array",
"items": {
"$ref": "#/definitions/schema.PermissionMemberAction"
}
},
"original_text": {
"description": "original text",
"type": "string"
},
"parsed_text": {
"description": "parsed text",
"type": "string"
},
"question_count": {
"description": "question amount",
"type": "integer"
},
"recommend": {
Expand All @@ -7701,15 +7733,15 @@
"type": "boolean"
},
"slug_name": {
"description": "slug name",
"type": "string"
},
"status": {
"type": "string"
},
"tag_id": {
"description": "tag id",
"type": "string"
},
"updated_at": {
"description": "updated time",
"type": "integer"
}
}
Expand Down Expand Up @@ -8460,6 +8492,9 @@
"title": {
"type": "string"
},
"url_title": {
"type": "string"
},
"user_info": {
"description": "user info",
"allOf": [
Expand Down Expand Up @@ -9609,6 +9644,10 @@
"description": "username",
"type": "string"
},
"visit_token": {
"description": "visit token",
"type": "string"
},
"website": {
"description": "website",
"type": "string"
Expand Down
Loading

0 comments on commit 3fc0b3b

Please sign in to comment.