Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginResponse ¶
type UserService ¶
type UserService struct { UserStore userrepo.Repository AuthSvc authservice.AuthService }
func (*UserService) Login ¶
func (u *UserService) Login(e userentity.LoginEntity) (LoginResponse, error)
func (*UserService) Register ¶
func (u *UserService) Register(validatedEntity userentity.UserRegisterEntity) (model.User, error)
Click to show internal directories.
Click to hide internal directories.