From 65e030c96dfb5f7c10070a6f3f00cdc43e570a74 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sun, 21 Jan 2024 16:02:42 +0700 Subject: [PATCH] chore: gen docs --- src/docs/docs.go | 12 ++++++++++++ src/docs/swagger.json | 12 ++++++++++++ src/docs/swagger.yaml | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/src/docs/docs.go b/src/docs/docs.go index 2c61c78..a5c6c94 100644 --- a/src/docs/docs.go +++ b/src/docs/docs.go @@ -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" } ] }` diff --git a/src/docs/swagger.json b/src/docs/swagger.json index f310e8a..f8bedf5 100644 --- a/src/docs/swagger.json +++ b/src/docs/swagger.json @@ -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" } ] } \ No newline at end of file diff --git a/src/docs/swagger.yaml b/src/docs/swagger.yaml index 19702bb..844a452 100644 --- a/src/docs/swagger.yaml +++ b/src/docs/swagger.yaml @@ -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