Versions in this module Expand all Collapse all v1 v1.0.0 Aug 11, 2021 Changes in this version + type BookValidator struct + BookDescription string + ISBN string + NoPages int + Price int + Title string + Year string + func NewBookValidator() BookValidator + func (book BookValidator) Validate() []*utils.ErrorValidateResponse