hktrib/RetailGo

Let's Use the Defined Schema Structs

Closed this issue · 0 comments

hktrib commented

Inventory.go
image

There already exists a struct in

item.go
image

Since it has the omitempty json tag to it, we don't need to worry about not having all the relevant data in the request body.
But practically speaking we would anyways