Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserUseCase ¶
func NewUserUseCase(c *UUCConfig) domain.UserUseCase
NewUserService will create new an userService object representation of domain.userService interface
Types ¶
type UUCConfig ¶
type UUCConfig struct {
UserRepository domain.UserRepository
}
Click to show internal directories.
Click to hide internal directories.