Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UseCase ¶
type UseCase interface {
PerformTransaction(transaction consumer.TransactionDTO) error
}
func NewUseCase ¶
func NewUseCase(ur userRepo.Repository, tr transactionRepo.Repository) UseCase
Click to show internal directories.
Click to hide internal directories.