optionnal vars failed
This commit is contained in:
8
models/utils/common.go
Normal file
8
models/utils/common.go
Normal 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"`
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user