aboutsummaryrefslogtreecommitdiffstats
path: root/print.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-07-29 15:02:07 -0230
committerSam Anthony <sam@samanthony.xyz>2026-07-29 15:02:07 -0230
commit12aba53395c295880638f7f58f3a00271682bb58 (patch)
treed4fb13bf362a4f00538e46721d4465d3ab14b2dc /print.go
parent1ba515c30a004bd265052a10e6ca502daf63f92e (diff)
downloadlulu-12aba53395c295880638f7f58f3a00271682bb58.zip
shorten cost datastructure names
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 930950c..8157eb0 100644
--- a/print.go
+++ b/print.go
@@ -83,7 +83,7 @@ type PrintJob struct {
// developer or shop owner, not the end customer.
Contact EmailAddress `json:"contact_email"`
- Cost PrintJobCost `json:"costs"`
+ Cost Cost `json:"costs"`
Created time.Time `json:"date_created"`
Modified time.Time `json:"date_modified"`