Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
6
pkg/common/store_purchases.go
Normal file
6
pkg/common/store_purchases.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type StorePurchases struct {
|
||||
VIN string `json:"vin" validate:"required"`
|
||||
Purchases []StorePurchaseItem `json:"purchases" validate:"required,min=1"`
|
||||
}
|
||||
Reference in New Issue
Block a user