# 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.
# Constants
No description provided by the author
# Structs
Filter of the objects list.
ListOrder of the objects list.
MemberFilter of the objects list.
MemberListOrder of the objects list.
# Interfaces
Repository of access to the account
go:generate mockgen -source $GOFILE -package mocks -destination mocks/repository.go.
Usecase of the account
go:generate mockgen -source $GOFILE -package mocks -destination mocks/usecase.go.