# Functions
ForEachCurrency iterates over all currencies, invoking the given callback for each IP currencies.
No description provided by the author
RegisterCurrencyServiceHandler registers the http handlers for service CurrencyService to "mux".
RegisterCurrencyServiceHandlerClient registers the http handlers for service CurrencyService to "mux".
RegisterCurrencyServiceHandlerFromEndpoint is same as RegisterCurrencyServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCurrencyServiceHandlerServer registers the http handlers for service CurrencyService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
# Variables
No description provided by the author
# Structs
Currency represents a specific monetary currency.
List of currencies.
Request arguments for GetDefaultCurrency.
UnimplementedCurrencyServiceServer can be embedded to have forward compatible implementations.
# Interfaces
CurrencyServiceClient is the client API for CurrencyService service.
CurrencyServiceServer is the server API for CurrencyService service.
# Type aliases
No description provided by the author