diff options
Diffstat (limited to 'cover.go')
| -rw-r--r-- | cover.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ func (cd *CoverDimensions) UnmarshalJSON(data []byte) error { return nil } -// CoverValidationRecord contains the validation status of a cover file. -type CoverValidationRecord struct { +// CoverValidation contains the validation status of a cover file. +type CoverValidation struct { Id uint SrcUrl string `json:"source_url"` NPages uint `json:"page_count"` |