Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserServInterface ¶
type UserServInterface interface { Login(*dto.UserAuth) (string, error) SignUp(*dto.UserAuth) (string, error) }
func NewUserServ ¶
func NewUserServ(userRepo repositories.UserRepoInterface) UserServInterface
Click to show internal directories.
Click to hide internal directories.