9 lines
177 B
Go
9 lines
177 B
Go
|
package utils
|
||
|
|
||
|
/*
|
||
|
type Price struct {
|
||
|
Price float64 `json:"price,omitempty" bson:"price,omitempty"`
|
||
|
Currency string `json:"currency,omitempty" bson:"currency,omitempty"`
|
||
|
}
|
||
|
*/
|