Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyService ¶
type CurrencyService interface { Converting(inputCurrencyLable, outputCurrencyLable string, value float64) (float64, error) GetCurrencyList() (models.GetCurrencyListResponseDto, error) }
func NewCurrencySnapshotDataService ¶
func NewCurrencySnapshotDataService(svc repositories.CurrencySnapshotDataService) CurrencyService
Click to show internal directories.
Click to hide internal directories.