6 lines
91 B
Go
6 lines
91 B
Go
package dto
|
|
|
|
type BookSearchGetParam struct {
|
|
Lang string `form:"lang" binding:"max=5"`
|
|
}
|