Files
bibliomane/internal/dto/userbookpostcreate.go
Arthur Lefebvre 9404013592 add post userbook
needed a refactor to check the id in db during dto validation
2025-10-17 01:13:35 +02:00

6 lines
96 B
Go

package dto
type UserBookPostCreate struct {
BookID uint `json:"bookId" binding:"required"`
}