optionnal vars failed

This commit is contained in:
mr
2024-07-31 11:47:47 +02:00
parent 1ff4cb08d1
commit 2795c924f7
3 changed files with 10 additions and 1 deletions

8
models/utils/common.go Normal file
View File

@@ -0,0 +1,8 @@
package utils
/*
type Price struct {
Price float64 `json:"price,omitempty" bson:"price,omitempty"`
Currency string `json:"currency,omitempty" bson:"currency,omitempty"`
}
*/