Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService interface { RegisterAccount(userData *models.SignupModel) (*models.AccountModel, error) UpdateAccount(profile *models.AccountModel) (*models.AccountModel, error) ActiveAccount(id uint64) (bool, error) SigninAccount(signinData models.SigninModel) (string, error) Test(profile *models.SignupModel) string }
func NewAccountService ¶
func NewAccountService(repo repositories.AccountRepository) AccountService
NewAccountService register new Service
type AuthService ¶
type AuthService interface { }
type OtpService ¶
func NewOtpService ¶
func NewOtpService(repo repositories.OtpRepository) OtpService
NewOtpService func
Click to show internal directories.
Click to hide internal directories.