Documentation
¶
Overview ¶
Package exchange provides some API client for exchange rates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type Fawazahmed0 ¶
type Fawazahmed0 struct {
// contains filtered or unexported fields
}
Fawazahmed0 is a free API that provides exchange rates for over 200 currencies. Only support daily exchange rates. The input time will be formatted in UTC timezone.
func NewFawazahmed0 ¶
func NewFawazahmed0(hc *http.Client) *Fawazahmed0
type Fawazahmed0Resp ¶
type Frankfurter ¶
type Frankfurter struct {
// contains filtered or unexported fields
}
Frankfurter is a free API that provides exchange rates for over 200 currencies. Only support daily exchange rates. The input time will be formatted in UTC timezone.
func NewFrankfurter ¶
func NewFrankfurter(hc *http.Client) *Frankfurter
Click to show internal directories.
Click to hide internal directories.