Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyService ¶
type CurrencyService struct {
}
func (CurrencyService) FindCurrencies ¶
func (cs CurrencyService) FindCurrencies(ctx context.Context, in FindCurrenciesRequest) (FindCurrenciesResponse, error)
type FindCurrenciesRequest ¶
type FindCurrenciesResponse ¶
type FindCurrenciesResponse struct {
Currencies map[string][]model.CurrencyResponse `json:"currencies"`
}
Click to show internal directories.
Click to hide internal directories.