package
0.0.0-20241205171358-f5a97c34bae4
Repository: https://github.com/andisaev/go-musthave-diploma-tlp.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.
No description provided by the author

# Interfaces

go:generate mockgen -destination=mocks/mock_balance_repository.go -package=mocks github.com/AndIsaev/go-musthave-diploma-tlp/internal/storage BalanceRepository.
go:generate mockgen -destination=mocks/mock_order_repository.go -package=mocks github.com/AndIsaev/go-musthave-diploma-tlp/internal/storage OrderRepository.
go:generate mockgen -destination=mocks/mock_storage.go -package=mocks github.com/AndIsaev/go-musthave-diploma-tlp/internal/storage Storage.
go:generate mockgen -destination=mocks/mock_system.go -package=mocks github.com/AndIsaev/go-musthave-diploma-tlp/internal/storage SystemRepository.
go:generate mockgen -destination=mocks/mock_user_repository.go -package=mocks github.com/AndIsaev/go-musthave-diploma-tlp/internal/storage UserRepository.
go:generate mockgen -destination=mocks/mock_withdraw_repository.go -package=mocks github.com/AndIsaev/go-musthave-diploma-tlp/internal/storage WithdrawRepository.