diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-15 11:25:17 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-15 11:25:17 -0400 |
| commit | 9e8867c3c6fe7a59e036e810836b8ee8f86ce10f (patch) | |
| tree | f128fe62b533e7c68782dd5e2a1c3774ff44d438 /cover.go | |
| parent | a694f64b1708183736a1b1b826e8890d354f5c2f (diff) | |
| download | lulu-9e8867c3c6fe7a59e036e810836b8ee8f86ce10f.zip | |
fmt
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 } |