# Functions

InitMetrics must be called once before using this package.
New creates and returns new App.
NewMockAppl creates a new mock instance.
NewMockRepo creates a new mock instance.

# Variables

Errors.
Common metrics used by all packages.

# Structs

App implements interface Appl.
No description provided by the author
Config contains configuration for business-logic.
No description provided by the author
MockAppl is a mock of Appl interface.
MockApplMockRecorder is the mock recorder for MockAppl.
MockRepo is a mock of Repo interface.
MockRepoMockRecorder is the mock recorder for MockRepo.
No description provided by the author

# Interfaces

Appl provides application features (use cases) service.
Repo provides data storage.

# Type aliases

Ctx is a synonym for convenience.