diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-13 18:28:09 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-13 18:28:09 -0400 |
| commit | 0865e2e03651dcc7be91846a6e52125e56bcde31 (patch) | |
| tree | c5abe0a595e1ad26db0e4e7195ad963ca845e202 /interior.go | |
| parent | 48f85453ffbe36f6c428a5d9a23b74122686b64c (diff) | |
| download | lulu-0865e2e03651dcc7be91846a6e52125e56bcde31.zip | |
poll for file validation status
Diffstat (limited to 'interior.go')
| -rw-r--r-- | interior.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interior.go b/interior.go index b1cdce7..98ff4d2 100644 --- a/interior.go +++ b/interior.go @@ -34,8 +34,8 @@ type validateInteriorBasicReq struct { SrcUrl string `json:"source_url"` } -// InteriorValidationRecord contains the validation status of an interior file. -type InteriorValidationRecord struct { +// InteriorValidation contains the validation status of an interior file. +type InteriorValidation struct { Id uint SrcUrl string `json:"source_url"` NPages uint `json:"page_count"` |