Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Cfg *config.Config PG postgres.DBEngine UC domain.UserUseCase UserGRPCServer gen.UserServiceServer AuthDomainSvc domain.AuthDomainService Log logger.Logger }
func New ¶
func New( cfg *config.Config, pg postgres.DBEngine, uc domain.UserUseCase, userGRPCServer gen.UserServiceServer, authDomainSvc domain.AuthDomainService, log logger.Logger, ) *App
Click to show internal directories.
Click to hide internal directories.