Documentation ¶
Overview ¶
Package forexprovider utilises foreign exchange API services to manage relational FIAT currencies
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAvailableForexProviders ¶
func GetAvailableForexProviders() []string
GetAvailableForexProviders returns a list of supported forex providers
Types ¶
type ForexProviders ¶
ForexProviders is a foreign exchange handler type
func NewDefaultFXProvider ¶
func NewDefaultFXProvider() *ForexProviders
NewDefaultFXProvider returns the default forex provider (currencyconverterAPI)
func StartFXService ¶
func StartFXService(fxProviders []base.Settings) (*ForexProviders, error)
StartFXService starts the forex provider service and returns a pointer to it
func (*ForexProviders) SetProvider ¶
func (f *ForexProviders) SetProvider(b base.IFXProvider) error
SetProvider sets provider to the FX handler
Click to show internal directories.
Click to hide internal directories.