diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-09 15:45:32 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-09 15:45:32 -0400 |
| commit | 5319e2af4c4a11c90323db7359e8edced6edc1fc (patch) | |
| tree | b4bd6f09db3adf2d0174e175b466c59f445b0c9b /lulu.go | |
| parent | 8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 (diff) | |
| download | lulu-5319e2af4c4a11c90323db7359e8edced6edc1fc.zip | |
unmarshal /print-job-cost-calculations response
Diffstat (limited to 'lulu.go')
| -rw-r--r-- | lulu.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |