Create new collections from my collections view

This commit is contained in:
2026-04-03 15:51:18 +02:00
parent b1bad80426
commit b48ab1e4de
11 changed files with 185 additions and 27 deletions

View File

@@ -35,6 +35,10 @@ type UserBookPutUpdate struct {
Review *string `json:"review"`
}
type CollectionFields struct {
Name string `json:"name" binding:"required,max=300"`
}
type FileInfoPost struct {
FileID uint `json:"fileId"`
FilePath string `json:"filepath"`