From 0865e2e03651dcc7be91846a6e52125e56bcde31 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 13 May 2026 18:28:09 -0400 Subject: poll for file validation status --- cover.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cover.go') 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"` -- cgit v1.2.3