Documentation ¶
Index ¶
- func NewCreateTransferRepository(handler *database.MongoHandler) entity.TransferRepositoryCreator
- func NewCreateUserRepository(handler *database.MongoHandler) entity.UserRepositoryCreator
- func NewFindUserByIDUserRepository(handler *database.MongoHandler) entity.UserRepositoryFinder
- func NewUpdateUserWalletRepository(handler *database.MongoHandler) entity.UserRepositoryUpdater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateTransferRepository ¶
func NewCreateTransferRepository(handler *database.MongoHandler) entity.TransferRepositoryCreator
NewCreateTransferRepository creates new createTransferRepository with its dependencies
func NewCreateUserRepository ¶
func NewCreateUserRepository(handler *database.MongoHandler) entity.UserRepositoryCreator
NewCreateUserRepository creates new createUserRepository with its dependencies
func NewFindUserByIDUserRepository ¶
func NewFindUserByIDUserRepository(handler *database.MongoHandler) entity.UserRepositoryFinder
NewFindUserByIDUserRepository creates new findUserByIDRepository with its dependencies
func NewUpdateUserWalletRepository ¶
func NewUpdateUserWalletRepository(handler *database.MongoHandler) entity.UserRepositoryUpdater
NewUpdateUserWalletRepository creates new updateUserWalletRepository with its dependencies
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.