diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 14:40:50 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 14:40:50 -0400 |
| commit | 4370a8133c8e9c870d7d2c659f27ac655896eec0 (patch) | |
| tree | a36bfb14030c6a01a9753aa0162c06d5c175fcfd /print.go | |
| parent | 473bfaddb6acd44e208406a224d75b75fdf9ec97 (diff) | |
| download | lulu-4370a8133c8e9c870d7d2c659f27ac655896eec0.zip | |
shorten client method names; implement order cancelation
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ type Reprintable struct { Title string `json:"title"` } -type getPrintJobsResp struct { +type jobsResp struct { Count uint `json:"count"` Next string `json:"next"` Prev string `json:"previous"` |