aboutsummaryrefslogtreecommitdiffstats
path: root/lulu.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-09 15:45:32 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-09 15:45:32 -0400
commit5319e2af4c4a11c90323db7359e8edced6edc1fc (patch)
treeb4bd6f09db3adf2d0174e175b466c59f445b0c9b /lulu.go
parent8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 (diff)
downloadlulu-5319e2af4c4a11c90323db7359e8edced6edc1fc.zip
unmarshal /print-job-cost-calculations response
Diffstat (limited to 'lulu.go')
-rw-r--r--lulu.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/lulu.go b/lulu.go
index 74ef526..25f8c9c 100644
--- a/lulu.go
+++ b/lulu.go
@@ -165,7 +165,8 @@ func (c *Client) ValidateCover(srcUrl string, mfg PkgId, npages uint) (uint, err
return rec.Id, nil
}
-// GetCoverValidiation retrieves information about a cover file validation job that was started by ValidiateCover().
+// GetCoverValidiation retrieves information about a cover file
+// validation job that was started by ValidiateCover().
//
// https://api.lulu.com/docs/#tag/Files-validation/operation/Validate-Cover_read
func (c *Client) GetCoverValidation(id uint) (CoverValidationRecord, error) {