Skip to content

Commit

Permalink
chore: gen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 21, 2024
1 parent 720712e commit 65e030c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,18 @@ const docTemplate = `{
{
"description": "# Auth Tag API Documentation\n**Auth** functions goes here",
"name": "auth"
},
{
"description": "# Image Tag API Documentation\n**Image** functions goes here",
"name": "image"
},
{
"description": "# Pet Tag API Documentation\n**Pet** functions goes here",
"name": "pet"
},
{
"description": "# User Tag API Documentation\n**User** functions goes here",
"name": "user"
}
]
}`
Expand Down
12 changes: 12 additions & 0 deletions src/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,18 @@
{
"description": "# Auth Tag API Documentation\n**Auth** functions goes here",
"name": "auth"
},
{
"description": "# Image Tag API Documentation\n**Image** functions goes here",
"name": "image"
},
{
"description": "# Pet Tag API Documentation\n**Pet** functions goes here",
"name": "pet"
},
{
"description": "# User Tag API Documentation\n**User** functions goes here",
"name": "user"
}
]
}
12 changes: 12 additions & 0 deletions src/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,3 +1042,15 @@ tags:
# Auth Tag API Documentation
**Auth** functions goes here
name: auth
- description: |-
# Image Tag API Documentation
**Image** functions goes here
name: image
- description: |-
# Pet Tag API Documentation
**Pet** functions goes here
name: pet
- description: |-
# User Tag API Documentation
**User** functions goes here
name: user

0 comments on commit 65e030c

Please sign in to comment.