diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-08 11:35:30 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-08 11:35:30 +0530 |
commit | 9d941b5d99621bc98df0be3002aa7121f98e7a56 (patch) | |
tree | 1ad27c269dc1d0ea98cf688df30df396b6acd5f2 /server/database/invoices.go | |
parent | 6167f02d9dee6028987bef53fe658904d47e2d3f (diff) |
Added basic functionality to send the invoice data to server
Diffstat (limited to 'server/database/invoices.go')
-rw-r--r-- | server/database/invoices.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/database/invoices.go b/server/database/invoices.go index f6e1a4c..d6bc015 100644 --- a/server/database/invoices.go +++ b/server/database/invoices.go @@ -15,8 +15,8 @@ import ( type Invoice struct { ID int - Data string - CreatedON string + Items []Item + Transport string } /* |