diff options
Diffstat (limited to 'cover.go')
| -rw-r--r-- | cover.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -86,9 +86,9 @@ func (cd CoverDimensions) String() string { // CoverValidation contains the validation status of a cover file. type CoverValidation struct { - Id uint `json:"id"` - SrcUrl string `json:"source_url"` - NPages uint `json:"page_count"` + Id uint `json:"id"` + SrcUrl string `json:"source_url"` + NPages uint `json:"page_count"` Errors []string `json:"errors"` Status CoverValidationStatus } |