Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UseCase ¶
type UseCase struct { // TransactionRepo provides an abstraction on top of the transaction data source. TransactionRepo t.Repository }
UseCase is a struct that aggregates various repositories for simplified access in use case implementations.
Click to show internal directories.
Click to hide internal directories.