package
0.0.0-20190720031920-db5a64d3dc85
Repository: https://github.com/brunodm2943/pock_bank-api.git
Documentation: pkg.go.dev
# Packages
Package mock_account is a generated GoMock package.
# Functions
No description provided by the author
NewAccountRepo creates a Repository object.
No description provided by the author
# Interfaces
Repository repositoyrygo:generate mockgen -source=./accountRepo.go -destination=./mock/mock_accountRepo.go.
Service for account servicesgo:generate mockgen -source=./accountService.go -destination=./mock/mock_accountService.go.