Create new collections from my collections view
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user