package
0.0.0-20191102230359-43d2b9df8da1
Repository: https://github.com/toshik1978/go-rest-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

Account define account entity.
Payment define payment entity.

# Interfaces

AccountRepository declare repository for accounts.
Factory define accessors to all repositories.
PaymentRepository declare repository for payments.
Scope define some operation context for repository operations (unit of work) It's safe to call Cancel/Complete multiple times, only the first one will be actually done.