aboutsummaryrefslogtreecommitdiffstats
path: root/print.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-21 14:40:50 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-21 14:40:50 -0400
commit4370a8133c8e9c870d7d2c659f27ac655896eec0 (patch)
treea36bfb14030c6a01a9753aa0162c06d5c175fcfd /print.go
parent473bfaddb6acd44e208406a224d75b75fdf9ec97 (diff)
downloadlulu-4370a8133c8e9c870d7d2c659f27ac655896eec0.zip
shorten client method names; implement order cancelation
Diffstat (limited to 'print.go')
-rw-r--r--print.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.go b/print.go
index 22880ed..8d48d17 100644
--- a/print.go
+++ b/print.go
@@ -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"`