Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
Converter will convert the base price to the currency supplied
func NewConverter ¶
NewConverter creates and initializes the converter
type Requester ¶
type Requester interface {
// contains filtered or unexported methods
}
Requester builds and sending HTTP requests
type Requesterer ¶
type Requesterer struct { }
Requesterer is the default implementation of Requester
Click to show internal directories.
Click to hide internal directories.