aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-22 18:45:26 +0300
committerGitHub <noreply@github.com>2023-09-22 18:45:26 +0300
commit1443d31d55ac61836fad597de350ee0bfd53baac (patch)
tree74f2b1718606804a66824a9ca30495a40d2e5e0e /docs/docs.go
parent fix: summary crashing (#53) (diff)
downloadlphub-1443d31d55ac61836fad597de350ee0bfd53baac.tar.gz
lphub-1443d31d55ac61836fad597de350ee0bfd53baac.tar.bz2
lphub-1443d31d55ac61836fad597de350ee0bfd53baac.zip
docs: completion count added (#63)
Former-commit-id: f0bd5dbb55bb8ca91314f84d1b0279b59a73c34a
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 68b2649..2461700 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1571,6 +1571,9 @@ const docTemplate = `{
1571 "category": { 1571 "category": {
1572 "$ref": "#/definitions/models.Category" 1572 "$ref": "#/definitions/models.Category"
1573 }, 1573 },
1574 "completion_count": {
1575 "type": "integer"
1576 },
1574 "description": { 1577 "description": {
1575 "type": "string" 1578 "type": "string"
1576 }, 1579 },