add 'childrens' as a field on books
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-08 15:05:15 -04:00
parent 1069dadd10
commit 77ddc7ec8e
5 changed files with 34 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ type Book struct {
Description string `json:"description"`
Notes string `json:"notes"`
CoverURL string `json:"coverURL"`
Childrens bool `json:"childrens"`
}
type Record struct {