Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExchangeRate ¶
type ExchangeRate struct {
// contains filtered or unexported fields
}
func (ExchangeRate) From ¶
func (e ExchangeRate) From() label.Currency
func (ExchangeRate) Rate ¶
func (e ExchangeRate) Rate() float64
func (ExchangeRate) Time ¶
func (e ExchangeRate) Time() time.Time
func (ExchangeRate) To ¶
func (e ExchangeRate) To() label.Currency
type XMLAttrTime ¶
func (*XMLAttrTime) UnmarshalXMLAttr ¶
func (x *XMLAttrTime) UnmarshalXMLAttr(attr xml.Attr) error
type XMLCcyRate ¶
type XMLNode ¶
type XMLNode struct { Time XMLAttrTime `xml:"Date,attr"` Rates []XMLCcyRate `xml:"Valute"` }
Click to show internal directories.
Click to hide internal directories.