Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeConverter ¶
type ExchangeConverter struct {
// contains filtered or unexported fields
}
func NewExchangeConverter ¶
func NewExchangeConverter( log *zap.SugaredLogger, cache domain.Cache, gate domain.Gate, ) *ExchangeConverter
func (*ExchangeConverter) Convert ¶
func (c *ExchangeConverter) Convert(wallet *domain.Wallet, fiat domain.FiatCurrency) (float64, error)
type Score ¶
type Score struct {
// contains filtered or unexported fields
}
func NewScoreFetcher ¶
func NewScoreFetcher( logger *zap.SugaredLogger, client api.HTTPClient, cache domain.Cache, ) *Score
Click to show internal directories.
Click to hide internal directories.