From 4370a8133c8e9c870d7d2c659f27ac655896eec0 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 21 May 2026 14:40:50 -0400 Subject: shorten client method names; implement order cancelation --- print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.go') 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"` -- cgit v1.2.3