Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ferp ¶
type Ferp interface {
Start(shutdownCtx context.Context, waitGroup *sync.WaitGroup)
GetRate(currency string) (*rate.CurrencyRate, error)
}
func NewService ¶
type FerpService ¶
type FerpService struct {
FerpRpc ferp.Ferp
RatesClient ferprpc.RateService_SubscribeRatesClient
// contains filtered or unexported fields
}
func (*FerpService) GetRate ¶
func (s *FerpService) GetRate(currency string) (*rate.CurrencyRate, error)
Click to show internal directories.
Click to hide internal directories.