mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 21:28:02 -05:00
Update types.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5a41ae4e7
commit
2c784ea7ba
1 changed files with 1 additions and 1 deletions
2
types.go
2
types.go
|
@ -1,6 +1,6 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
// GetTagsApiResponse is the response payload for /tags endpoint.
|
// GetDocumentsApiResponse is the response payload for /documents endpoint.
|
||||||
// But we are only interested in a subset of the fields.
|
// But we are only interested in a subset of the fields.
|
||||||
type GetDocumentsApiResponse struct {
|
type GetDocumentsApiResponse struct {
|
||||||
Count int `json:"count"`
|
Count int `json:"count"`
|
||||||
|
|
Loading…
Reference in a new issue