aboutsummaryrefslogtreecommitdiffstats
path: root/cover.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-13 18:28:09 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-13 18:28:09 -0400
commit0865e2e03651dcc7be91846a6e52125e56bcde31 (patch)
treec5abe0a595e1ad26db0e4e7195ad963ca845e202 /cover.go
parent48f85453ffbe36f6c428a5d9a23b74122686b64c (diff)
downloadlulu-0865e2e03651dcc7be91846a6e52125e56bcde31.zip
poll for file validation status
Diffstat (limited to 'cover.go')
-rw-r--r--cover.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cover.go b/cover.go
index a44ebab..415e22a 100644
--- a/cover.go
+++ b/cover.go
@@ -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"`