Documentation
¶
Index ¶
- func NewAuth(jwt jwts.JWTer, userRepo repository.UserRepository) auth.Service
- func NewHealth() health.Service
- func NewHyCompany(jwt jwts.JWTer, companyRepo repository.CompanyRepository) hycompany.Service
- func NewHyTech(jwt jwts.JWTer, techRepo repository.TechRepository) hytech.Service
- func NewHyUser(jwt jwts.JWTer, userRepo repository.UserRepository) hyuser.Service
- func NewHyUserWorkHistory(jwt jwts.JWTer, userWorkHistoryRepo repository.UserWorkHistoryRepository) hyuserworkhistory.Service
- func NewHyUsertech(jwt jwts.JWTer, userTechRepo repository.UserTechRepository) hyusertech.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuth ¶
func NewAuth(jwt jwts.JWTer, userRepo repository.UserRepository) auth.Service
NewAuth returns the auth service implementation.
func NewHyCompany ¶
func NewHyCompany(jwt jwts.JWTer, companyRepo repository.CompanyRepository) hycompany.Service
NewHyCompany returns the hy_company service implementation.
func NewHyTech ¶
func NewHyTech(jwt jwts.JWTer, techRepo repository.TechRepository) hytech.Service
NewHyTech returns the hy_tech service implementation.
func NewHyUser ¶
func NewHyUser(jwt jwts.JWTer, userRepo repository.UserRepository) hyuser.Service
NewHyUser returns the hy_user service implementation.
func NewHyUserWorkHistory ¶
func NewHyUserWorkHistory(jwt jwts.JWTer, userWorkHistoryRepo repository.UserWorkHistoryRepository) hyuserworkhistory.Service
NewHyUserWorkHistory returns the hy_userWorkHistory service implementation.
func NewHyUsertech ¶
func NewHyUsertech(jwt jwts.JWTer, userTechRepo repository.UserTechRepository) hyusertech.Service
NewHyUsertech returns the hy_usertech service implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.