Add a button to choose to query inventaire from search
This commit is contained in:
@@ -31,8 +31,9 @@ type BookUserGetBook struct {
|
||||
}
|
||||
|
||||
type BookSearchGet struct {
|
||||
Count int64 `json:"count"`
|
||||
Books []BookSearchGetBook `json:"books"`
|
||||
Count int64 `json:"count"`
|
||||
Inventaire bool `json:"inventaire"`
|
||||
Books []BookSearchGetBook `json:"books"`
|
||||
}
|
||||
|
||||
type BookSearchGetBook struct {
|
||||
|
||||
Reference in New Issue
Block a user