# Packages
No description provided by the author
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.
# Functions
ActionFromContext returns action from context.
MessageFromContext returns message from context.
WithAction returns context with action.
WithMessage returns context with message.
# Interfaces
Repository of access to the changelog
go:generate mockgen -source $GOFILE -package mocks -destination mocks/repository.go.
Usecase of the changelog
go:generate mockgen -source $GOFILE -package mocks -destination mocks/usecase.go.