Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug = false
Debug mode. If this variable is set to true, debug mode activated for the package.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a rates service client.
type Currency ¶
type Currency struct { ID string `xml:"ID,attr"` NumCode uint `xml:"NumCode"` CharCode string `xml:"CharCode"` Nom uint `xml:"Nominal"` Name string `xml:"Name"` Value string `xml:"Value"` }
Currency is a currency item.
Click to show internal directories.
Click to hide internal directories.