# Packages
No description provided by the author
Package mocks is a generated GoMock package.
Package repository implements methods of working with the repository objects.
Package usecase account implementation.
# Interfaces
Repository of access to the account
go:generate mockgen -source $GOFILE -package mocks -destination mocks/repository.go.
Usecase of the AuthAclient
go:generate mockgen -source $GOFILE -package mocks -destination mocks/usecase.go.