# Packages
No description provided by the author
Package mock_usecase is a generated GoMock package.
No description provided by the author
# Functions
New creates a new instance of UseCase.
# Structs
AccountUseCase represents the implementation of the Account interface.
BalanceUseCase represents the use case for managing balance.
CurrencyConvert is a struct that implements CurrencyConverter interface.
HistoryUseCase is a use case for operation history.
UseCase represents the use case struct.
# Interfaces
Account represents the interface for working with user accounts.
Balance is an interface for managing balance.
CurrencyConverter is an interface that defines the Convert method.
OperationHistory is an interface for getting operation history.