Add a button to choose to query inventaire from search
This commit is contained in:
@@ -6,7 +6,8 @@ type AuthorGet struct {
|
||||
}
|
||||
|
||||
type BookSearchGetParam struct {
|
||||
Lang string `form:"lang" binding:"max=5"`
|
||||
Lang string `form:"lang" binding:"max=5"`
|
||||
Inventaire bool `form:"inventaire"`
|
||||
}
|
||||
|
||||
type BookPostCreate struct {
|
||||
|
||||
Reference in New Issue
Block a user