types

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2019 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CurrencyExchangeRate

type CurrencyExchangeRate struct {
	Currency string
	Base     string
	Rate     float64
}

type Provider

type Provider interface {
	GetBaseCurrency() string
	GetSymbols() []string
	UpdateRates() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL