add userbook from searched book
This commit is contained in:
@@ -3,4 +3,5 @@ package dto
|
||||
type BookSearchGet struct {
|
||||
Title string `json:"title" binding:"required,max=300"`
|
||||
Author string `json:"author" binding:"max=100"`
|
||||
ID uint `json:"id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user