Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHTTPHandler ¶
func GetHTTPHandler(dbPool *pgxpool.Pool, redisClient *redis.Client, authConf config.ConfAuth) http.Handler
GetHTTPHandler instantiates the repos, ucs and controllers and returns a handler.
func NewHTTPRouterHandler ¶
func NewHTTPRouterHandler( accCtrl controller.AccountController, authCtrl controller.AuthController, trfCtrl controller.TransferController, authUC usecase.AuthUseCase, idpRepo repository.IdempotencyRepository, ) http.Handler
NewHTTPRouterHandler creates a new http router handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.