Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ganisback committed Dec 6, 2024
1 parent 5fe505f commit 4952e7c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15363,6 +15363,9 @@ const docTemplate = `{
"id": {
"type": "integer"
},
"last_updated_at": {
"type": "string"
},
"repository": {
"$ref": "#/definitions/database.Repository"
},
Expand Down Expand Up @@ -15485,6 +15488,9 @@ const docTemplate = `{
"database.Namespace": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
Expand All @@ -15497,6 +15503,9 @@ const docTemplate = `{
"path": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"user": {
"$ref": "#/definitions/database.User"
},
Expand Down Expand Up @@ -17532,12 +17541,18 @@ const docTemplate = `{
"readme": {
"type": "string"
},
"recom_op_weight": {
"type": "integer"
},
"repository": {
"$ref": "#/definitions/types.Repository"
},
"repository_id": {
"type": "integer"
},
"sensitive_check_status": {
"type": "string"
},
"source": {
"$ref": "#/definitions/types.RepositorySource"
},
Expand Down
15 changes: 15 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -15352,6 +15352,9 @@
"id": {
"type": "integer"
},
"last_updated_at": {
"type": "string"
},
"repository": {
"$ref": "#/definitions/database.Repository"
},
Expand Down Expand Up @@ -15474,6 +15477,9 @@
"database.Namespace": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
Expand All @@ -15486,6 +15492,9 @@
"path": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"user": {
"$ref": "#/definitions/database.User"
},
Expand Down Expand Up @@ -17521,12 +17530,18 @@
"readme": {
"type": "string"
},
"recom_op_weight": {
"type": "integer"
},
"repository": {
"$ref": "#/definitions/types.Repository"
},
"repository_id": {
"type": "integer"
},
"sensitive_check_status": {
"type": "string"
},
"source": {
"$ref": "#/definitions/types.RepositorySource"
},
Expand Down
10 changes: 10 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ definitions:
type: string
id:
type: integer
last_updated_at:
type: string
repository:
$ref: '#/definitions/database.Repository'
repository_id:
Expand Down Expand Up @@ -263,6 +265,8 @@ definitions:
type: object
database.Namespace:
properties:
created_at:
type: string
id:
type: integer
mirrored:
Expand All @@ -271,6 +275,8 @@ definitions:
$ref: '#/definitions/database.NamespaceType'
path:
type: string
updated_at:
type: string
user:
$ref: '#/definitions/database.User'
user_id:
Expand Down Expand Up @@ -1649,10 +1655,14 @@ definitions:
type: boolean
readme:
type: string
recom_op_weight:
type: integer
repository:
$ref: '#/definitions/types.Repository'
repository_id:
type: integer
sensitive_check_status:
type: string
source:
$ref: '#/definitions/types.RepositorySource'
status:
Expand Down

0 comments on commit 4952e7c

Please sign in to comment.