Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeRateDocument ¶
type ExchangeRateDocument struct { Base string `bson:"base"` Rates map[string]float32 `bson:"rates"` CreatedAt time.Time `bson:"created_at"` }
func ConvertExchangeRatesModel ¶
func ConvertExchangeRatesModel(model ExchangeRatesModel) (result *ExchangeRateDocument)
Click to show internal directories.
Click to hide internal directories.